@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&family=Rubik:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/* *
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
/* *
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/* *
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/* * 1. Remove default margin set by user-agent on the <figure> element. */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/* *
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/* *
 * 1. Reset if style is set by user on "All Images" */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/* * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/* *
 * 1. All IE versions add extra space at the bottom without this. */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/* * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/* * Utility classes */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable=true]:before,
.w-richtext[contenteditable=true]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type=video] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type=image] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type=image] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type=video] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
    we want the div to inherit that so hover/selection borders in the designer-canvas
    fit right */
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block;
}

.w--nav-dropdown-open {
  display: block;
}

.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=medium] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=small] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #C8C8C8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

/* ========================
   Basic
   ======================== */
body {
  margin: 0;
  min-height: 100%;
  font-weight: normal;
  line-height: 1.7em;
  color: #56575c;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.4px;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

@media (max-width: 1200px) {
  body {
    font-size: 0.875rem;
  }
}
@media (min-width: 2000px) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  body {
    font-size: 1.25rem;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  object-fit: cover;
}

.page {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.header {
  margin-bottom: 0px;
  width: 100%;
  position: relative;
}

.page-inside {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.container {
  width: 100%;
  max-width: calc(1400px + 3rem);
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  z-index: 3;
  position: relative;
}
.container.small {
  max-width: calc(1120px + 3rem);
}

.modules {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .modules {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.modulo-bg {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  display: none;
}

.w-nav-overlay,
.w--nav-menu-open {
  z-index: 5000 !important;
}

/* ============
   basic colors
   ============ */
.bg-color1 {
  background-color: #c12061;
}
.bg-color1.option {
  background-color: rgb(149.2533333333, 24.7466666667, 75.0133333333);
}
.bg-color1.option2 {
  background-color: rgb(83.6333333333, 13.8666666667, 42.0333333333);
}
.bg-color1.option-rev {
  background-color: rgb(225.3466666667, 76.1533333333, 136.3866666667);
}
.bg-color1.option2-rev {
  background-color: rgb(232.6, 119.9, 165.4);
}

.bg-color2 {
  background-color: #193968;
}
.bg-color2.option {
  background-color: rgb(15.1162790698, 34.4651162791, 62.8837209302);
}
.bg-color2.option2 {
  background-color: rgb(0.2906976744, 0.6627906977, 1.2093023256);
}
.bg-color2.option-rev {
  background-color: rgb(39.8255813953, 90.8023255814, 165.6744186047);
}
.bg-color2.option2-rev {
  background-color: rgb(50.6279069767, 113.511627907, 205.8720930233);
}

.text-color1 {
  color: #c12061;
}
.text-color1.option {
  color: rgb(149.2533333333, 24.7466666667, 75.0133333333);
}
.text-color1.option2 {
  color: rgb(83.6333333333, 13.8666666667, 42.0333333333);
}
.text-color1.option-rev {
  color: rgb(225.3466666667, 76.1533333333, 136.3866666667);
}
.text-color1.option2-rev {
  color: rgb(232.6, 119.9, 165.4);
}

.text-color2 {
  color: #193968;
}
.text-color2.option {
  color: rgb(15.1162790698, 34.4651162791, 62.8837209302);
}
.text-color2.option2 {
  color: rgb(0.2906976744, 0.6627906977, 1.2093023256);
}
.text-color2.option-rev {
  color: rgb(39.8255813953, 90.8023255814, 165.6744186047);
}
.text-color2.option2-rev {
  color: rgb(50.6279069767, 113.511627907, 205.8720930233);
}

/* ============
   links
   ============ */
a {
  transition: all 300ms ease;
  text-decoration: underline;
  color: #56575c;
}

a:hover {
  text-decoration: none;
}

/* ============
   google translate
   ============ */
body {
  top: 0px !important;
}

.skiptranslate iframe {
  position: relative !important;
}

/* ============
   list ul li
   ============ */
ul.clean {
  margin-top: 0px;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  list-style-type: none;
}

ul.clean li {
  padding-bottom: 0.75rem;
  align-items: flex-start;
  display: flex;
}

ol.ol-bold li::marker {
  width: 1.25rem;
  font-weight: bold;
}

.list-item-icon {
  display: flex;
  width: 20px;
  margin-right: 0.375rem;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.simple-text ul {
  list-style-type: disc;
}
.simple-text li {
  display: list-item;
  padding-bottom: 0;
}

/* ============
   blockuote
   ============ */
blockquote {
  margin: 0 0 1.5rem 0;
  padding: 0.75rem 1.5rem;
  border-left: 5px solid #dadee4;
  font-size: 1.125rem;
  line-height: inherit;
  margin-bottom: 1.5rem;
  color: #abafb6;
}

.bg-grey blockquote {
  border-left: 5px solid #c0c7d1;
}

/* ============
   icons
   ============ */
.icon {
  display: inline-block;
  float: none;
  font-family: "Venda de casas solido", sans-serif;
  font-weight: normal;
  border: 2px red solid;
}

.icon2,
.dropdown-btn-text.cart-shopping-dropdown {
  display: inline-block;
  float: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "mapro solid", sans-serif;
  text-decoration: none;
}

.dropdown-btn-icon:before,
.navbar-dropdown-icon:before,
.select-icon:before,
.carousel-control-icon:before,
.pagination-icon.pagination-arrows:before,
.read-more-btn-icon:before,
.btn-icon.btn-more:before,
.pick-i-r:before,
.pick-i-l:before {
  display: inline-block;
  float: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-style: normal;
  font-family: "mapro solid", sans-serif;
}

/* ============
   change icons
   ============ */
/* dropdowns, selects */
/* pagination */
.pagination-icon.pagination-arrows .icon2 {
  display: none;
  display: block;
}

.pick-i-l:before {
  content: "\ea42";
  font-size: 0.75rem;
}

.pick-i-r:before {
  content: "\ea44";
  font-size: 0.75rem;
}

/* more and less */
.read-more-btn-icon .icon2,
.btn-icon.btn-more .icon2 {
  display: none;
  display: block;
}

/* slides */
.w-slider-aria-label {
  display: none !important;
}

.carousel-control-icon .icon2 {
  display: none;
  display: block;
}

/* ============
   texts headlines
   ============ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 1.4em;
  font-weight: bold;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2em;
}

h2 {
  font-size: 2rem;
  line-height: 1.2em;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.25em;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.text-small {
  font-size: 0.875em;
  line-height: 1.5em;
}

.text-xsmall {
  font-size: 0.75em;
  line-height: 1.5em;
}

.text-large {
  font-size: 3.25rem;
  line-height: 1.1em;
}

/* ============
   titles
   ============ */
.title {
  position: relative;
  margin-bottom: 0.75rem;
}

.title-bg {
  display: none;
}

.title.default {
  width: 100%;
}

.title-container.default {
  /* margin-bottom: $spacer */
}

.title-default-text {
  line-height: 1.2em;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1.3px;
  font-size: 2.25rem;
  color: #393b3f;
  font-weight: bold;
}

/* ============
   texts properties
   ============ */
.text-inline {
  display: inline;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.text-light {
  font-weight: 300;
}

.text-extra-light {
  font-weight: 200;
}

.text-normal {
  font-weight: normal;
}

.text-uppercase {
  text-transform: uppercase;
}

/* ============
   fonts text colors
   ============ */
.text-success {
  color: #72b14b;
}

.text-success.darken {
  color: #538f2e;
}

.text-success.lighten {
  color: #8ac565;
}

.text-warning {
  color: #fcc33f;
}

.text-warning.lighten {
  color: #ffe19e;
}

.text-warning.darken {
  color: #d69c17;
}

.text-danger {
  color: #d32b4d;
}

.text-danger.lighten {
  color: #e44f6d;
}

.text-danger.darken {
  color: #9d132f;
}

.text-black {
  color: #393b3f;
}

.text-grey {
  color: #abafb6;
}

.text-white {
  color: #fff;
}

/* ============
   float and display properties
   ============ */
.left {
  float: left;
}

.right {
  float: right;
}

.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

/* ============
   spacer
   ============ */
.space {
  height: 1.5rem;
  clear: both;
}

.space.large {
  height: 3rem;
}

.space.small {
  height: 0.75rem;
}

.space.risk {
  margin-top: 1.5rem;
  border-top: 1px solid #dadee4;
}

.space.risk.large {
  margin-top: 3rem;
}

.space.risk.small {
  margin-top: 0.75rem;
}

/* ============
   button btn
   ============ */
.btn,
.pick-submit,
button.swal2-styled {
  position: relative;
  z-index: auto;
  display: flex;
  padding: calc(0.75rem + 1px) 1.875rem;
  transition: all 300ms ease;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 1em;
  min-height: 3rem;
  text-transform: uppercase;
  background-color: #c12061;
  color: #fff;
}
.btn:hover,
.pick-submit:hover,
button.swal2-styled:hover {
  background-color: rgb(225.3466666667, 76.1533333333, 136.3866666667);
}
@media (max-width: 479px) {
  .btn,
  .pick-submit,
  button.swal2-styled {
    display: flex;
  }
}

.btn-bg {
  display: none;
  bottom: 0px;
  left: 0%;
  top: 0px;
  position: absolute;
  width: 140%;
  transition: all 300ms ease;
}

.btn-container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  pointer-events: none;
}

.btn-text {
  z-index: 4;
}

.btn-icon {
  margin-left: 0.375rem;
  line-height: 1em;
}

/* ============
   button btn small
   ============ */
.btn.small,
.btn.cart-payment {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: calc(0.45rem + 1px) 1.35rem;
  min-height: auto;
}

/* ============
   button btn align
   ============ */
.btn.right {
  margin-left: 0.75rem;
  margin-bottom: 0.75rem;
}

.btn.left {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.left .btn-icon {
  margin-right: 0.375rem;
  margin-left: 0px;
  float: left;
  text-align: left;
}

.left .btn-container {
  flex-direction: row;
}

.btn.w-100 {
  width: 100%;
  display: flex;
}

/* ============
   button btn colors
   ============ */
.btn.btn-default {
  background-color: #e9ecef;
  color: #1f2024;
}
.btn.btn-default:hover {
  background-color: #c0c7d1;
}

.btn.btn-danger {
  background-color: #d32b4d;
  color: #fff;
}
.btn.btn-danger:hover {
  background-color: #9d132f;
}

.btn.btn-success {
  background-color: #72b14b;
  color: #fff;
}
.btn.btn-success:hover {
  background-color: #538f2e;
}

/* ============
   form
   ============ */
.form-group {
  margin-bottom: 0px;
}

/* ============
   form input
   ============ */
.input-group {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.input-group.left {
  margin-right: 0.75rem;
}

.input,
.input[readonly] {
  margin-bottom: 0px;
  background-image: none;
  color: #56575c;
  font-size: inherit;
  background-color: transparent;
  padding: 0.45rem 2.625rem;
  border-radius: 6px;
  height: 3rem;
  display: inline-block;
  padding-left: 1.2rem;
  border: 1px solid #dadee4;
}
.input:focus, .input.select.w--open,
.input[readonly]:focus,
.input[readonly].select.w--open {
  z-index: 30;
}
.input::placeholder,
.input[readonly]::placeholder {
  color: #abafb6;
}
.input.input-message,
.input[readonly].input-message {
  min-height: 9rem;
}
.input.input-disabled,
.input[readonly].input-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #f2f4f5;
}
.input.input-disabled:focus,
.input[readonly].input-disabled:focus {
  box-shadow: none;
  border-color: transparent;
}

.card-stripe {
  width: 100%;
  padding-left: 0.75rem;
  display: flex;
  align-items: center;
}

textarea.input.select.active {
  padding-top: 0.75rem;
}

.label {
  display: none;
}

.select-text {
  color: #abafb6;
}

.input-group.active .select-text {
  color: #56575c;
}

.input-disabled .input-icon {
  opacity: 0.5;
}

/* ============
   form input error
   ============ */
.input-icon,
.input-icon-error {
  display: none;
}

.error .input {
  border-color: #d32b4d !important;
}

/* ============
   form select
   ============ */
.input.select {
  display: flex;
  transition: all 300ms ease;
  color: #abafb6;
  align-items: center;
  position: static;
  z-index: 50;
  padding-right: 4.125rem;
}

.select-dropdown {
  display: block;
  position: static;
  z-index: 5;
}

.input-icon-select {
  pointer-events: none;
}

.select-drop-link {
  white-space: nowrap;
}

.input.select.active {
  /* color: $font */
}

.select-icon {
  font-size: 0.625rem;
  float: right;
  padding-left: 0px;
  padding-right: 1.125rem;
  margin-bottom: 0px;
  right: 0px;
  position: absolute;
}

.select .input-icon-error {
  right: 2.25rem;
  left: auto;
  width: 1.875rem;
  padding-left: 0px;
  padding-right: 0px;
  display: none;
}

/* ============
   checkbox and radio
   ============ */
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-group.w-100 {
  width: 100%;
}

.checkbox {
  margin-bottom: 0.75rem;
  padding-left: 2.0625rem;
  line-height: 1.5rem;
  position: relative;
  min-height: 1.5rem;
}
.checkbox.left {
  margin-right: 0.75rem;
}

.checkbox-label {
  display: none;
}

.checkbox-text a {
  position: relative;
  z-index: 10;
}

.checkbox-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-bg,
.radio-bg,
.checkbox-bg-active,
.radio-bg-active,
.checkbox-icon {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #e9ecef;
  border-radius: 6px;
}

.radio-bg,
.radio-bg-active,
.checkbox-icon.radio {
  border-radius: 400px;
}

.checkbox-icon {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
  background-color: transparent;
  padding-top: 1px;
  color: #fff;
}

.checkbox-icon .icon2 {
  font-weight: bold;
}

.checkbox-icon.radio {
  border-radius: 200px;
  color: transparent;
}

.checkbox-icon.radio:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(0.75rem - 2px);
  height: calc(0.75rem - 2px);
  border-radius: 200px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.checkbox-bg-active,
.radio-bg-active {
  z-index: 2;
  background-color: #c12061 !important;
}

input[type=checkbox] ~ .checkbox-icon,
input[type=radio] ~ .checkbox-icon,
input[type=checkbox] ~ .checkbox-bg-active,
input[type=radio] ~ .radio-bg-active {
  opacity: 0;
}

input[type=checkbox]:checked ~ .checkbox-icon,
input[type=radio]:checked ~ .checkbox-icon,
input[type=checkbox]:checked ~ .checkbox-bg-active,
input[type=radio]:checked ~ .radio-bg-active {
  opacity: 1;
}

input[type=checkbox]:checked ~ .checkbox-bg,
input[type=radio]:checked ~ .checkbox-bg {
  opacity: 0;
}

/* ============
   dropdown
   ============ */
.w-dropdown-list {
  height: auto !important;
}

.dropdown {
  position: relative;
  z-index: auto;
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.dropdown.left {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.dropdown-btn-icon {
  margin-left: 0.45rem;
  font-size: 0.625rem;
  padding-top: 1px;
}

.dropdown-content-group {
  position: absolute;
  top: 100%;
  z-index: 10;
  background-color: transparent;
  padding: 0.75rem 0.75rem 1.05rem;
  margin-top: -0.75rem;
  min-width: calc(100% + 1.5rem);
  right: -0.75rem;
}

.dropdown-content-group.w--open {
  z-index: 30;
}

.dropdown-content-arrow-group {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 6;
  overflow: hidden;
  width: 1.5rem;
  height: 0.75rem;
  transform: translateX(-50%);
  display: none;
}

.dropdown-content-arrow {
  position: relative;
  top: 0.45rem;
  width: 0.75rem;
  height: 0.75rem;
  transform: translateX(-50%) rotate(45deg);
  /* box-shadow: 2px 2px $spacer*0.5 0px rgba(0, 0, 0, 0.1) */
  left: 50%;
  background-color: #fff;
}

.dropdown-content,
.select-content {
  position: relative;
  z-index: 3;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  margin-bottom: 0px;
  flex: 1;
  background-color: #fff;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  max-height: 65vh;
  border-radius: 6px;
}

.dropdown-close,
.w--open .dropdown-open {
  display: flex;
}

.dropdown-open,
.w--open .dropdown-close {
  display: none;
}

.dropdown-menu,
.select-menu {
  position: relative;
  z-index: 3;
}

.dropdown-btn,
.select-btn {
  display: block;
  padding: 0.3rem 1.05rem;
  color: #56575c;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-btn.active,
.select-btn.active {
  font-weight: bold;
}
.dropdown-btn.disabled,
.select-btn.disabled {
  color: #c0c7d1;
  cursor: not-allowed;
}
.dropdown-btn.disabled:hover,
.select-btn.disabled:hover {
  background-color: transparent;
}
.dropdown-btn:hover,
.select-btn:hover {
  background-color: #e9ecef;
  color: #393b3f;
}

/* Scroll bar for dropdown */
.dropdown-content-group ::-webkit-scrollbar,
.search-more-animation ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  width: 16px;
  height: 16px;
}

.dropdown-content-group ::-webkit-scrollbar-track,
.search-more-animation ::-webkit-scrollbar-track {
  background-color: transparent;
}

.dropdown-content-group ::-webkit-scrollbar-thumb,
.search-more-animation ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #dadee4;
  background-clip: padding-box;
  border: 4px solid transparent;
}

/* ============
   Pagination
   ============ */
.pagination-group {
  padding-top: 3rem;
  text-align: center;
  min-width: 100%;
  order: 10;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: -5px;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.pagination-btn {
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  color: #56575c;
  text-decoration: none;
  margin: 5px;
  border-radius: 6px;
  min-width: 2.625rem;
  min-height: 2.625rem;
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  border: 1px solid #dadee4;
}

.pagination-btn:hover {
  background-color: #e9ecef;
}

.pagination-text {
  padding-top: 1px;
}

.pagination-btn.nav-atual {
  border-color: transparent;
  background-color: #c12061;
  color: #fff;
}

.pagination-btn.pagination-arrows {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pagination-btn.pagination-arrows.right {
  flex-direction: row-reverse;
}

.pagination-text.pagination-arrows {
  float: none;
}

.pagination-icon {
  font-size: 0.75rem;
  float: none;
  margin-right: 0.75rem;
}

.pagination-icon.right {
  margin-left: 0.75rem;
  margin-right: 0px;
}

.pagination-btn.pagination-disabel {
  border-style: none;
  background-color: transparent !important;
  margin-left: 0px;
  margin-right: 0px;
  opacity: 0.4;
}

.pagination-text.pagination-disable {
  font-size: 2rem;
  margin-top: -0.45rem;
}

/* ============
   Tab
   ============ */
.nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: static;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  order: 3;
  align-self: start;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.nav-tabs-content,
.houses-list-nav-tabs-btn-content {
  display: flex;
  line-height: 1.25rem;
  align-items: center;
}

.nav-tabs-btn,
.houses-list-nav-tabs-btn {
  position: relative;
  z-index: auto;
  transition: all 300ms ease;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  display: block;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  min-height: auto;
  margin: 0px;
  color: #56575c;
  padding: 0.45rem 1.05rem;
  border-radius: 6px;
  padding: 0.45rem 1.35rem;
  margin: 0.375rem;
  color: #56575c;
  background-color: #fff;
  background-color: #e9ecef;
}
@media (max-width: 767px) {
  .nav-tabs-btn,
  .houses-list-nav-tabs-btn {
    padding: 0.375rem 0.75rem;
  }
}
@media (max-width: 479px) {
  .nav-tabs-btn,
  .houses-list-nav-tabs-btn {
    width: auto;
  }
}

.nav-tabs-btn.w--current,
.nav-tabs-btn:hover,
.houses-list-nav-tabs-btn.w--current,
.houses-list-nav-tabs-btn:hover {
  z-index: 10;
  background-color: #c12061;
  color: #fff;
}

.nav-tabs-btn-icon,
.houses-list-nav-tabs-btn-icon {
  margin-right: 0.375rem;
  float: left;
  font-size: 0.875rem;
  line-height: 1em;
}

.nav-tabs-btn-bg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 4px;
  left: 0px;
  background-color: #dadee4;
  border-radius: 6px;
  transition: all 300ms ease;
  display: none;
}

.nav-tabs-container-group {
  padding: 2.25rem 1.5rem 1.5rem 1.5rem;
  margin: 0rem -1.5rem;
}

/* ============
   Read more
   ============ */
.read-more-btn {
  z-index: auto;
  display: flex;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  justify-content: center;
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: calc(0.45rem + 1px) 1.35rem;
  min-height: auto;
  align-items: center;
  background-color: #e9ecef;
}
.read-more-btn.read-more-btn-less {
  display: none;
}
.read-more-btn:hover {
  background-color: #dadee4;
}

.read-more-btn-text {
  z-index: 4;
  float: left;
}

.read-more-btn-icon {
  margin-right: 0.375rem;
  float: left;
  font-size: 0.875rem;
  line-height: 1em;
}

.read-more {
  position: relative;
  padding-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.read-more-content-group {
  position: relative;
  background-color: transparent;
  max-width: calc(100vw - 3rem);
}

.read-more-content {
  padding-bottom: 10px;
}

/* ============
   Gallery
   ============ */
.gallery-group {
  float: left;
  width: 100%;
}

.gallery {
  margin: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}

.gallery-thumbnail-group {
  padding: 0.75rem;
  width: 20%;
}
@media (max-width: 991px) {
  .gallery-thumbnail-group {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .gallery-thumbnail-group {
    width: 33.33%;
  }
}
@media (max-width: 479px) {
  .gallery-thumbnail-group {
    width: 50%;
  }
}

.gallery-thumb-pseudo {
  padding: 0px 10px;
  min-width: 200px;
  flex: 1;
}

.gallery-thumbnail-content {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  border-radius: 6px;
}

.gallery-hover {
  transition: all 300ms ease;
  opacity: 0;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: 10;
  padding-top: 70%;
}
.gallery-hover:hover {
  opacity: 1;
}

.gallery-hover-content {
  color: #fff;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
}

.gallery-hover-icon {
  font-size: 1.125rem;
}

.gallery-thumbnail-image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/no-img.jpg");
  position: relative;
  z-index: 1;
  padding-top: 70%;
}

.gallery-caption {
  z-index: 5;
  padding-top: 0.75rem;
  display: none;
}

.gallery-caption.active {
  display: block;
}

.gallery-caption-text {
  font-size: 0.75rem;
  line-height: 1rem;
}

.w-lightbox-item {
  width: 8vh;
}

.w-lightbox-thumbnail {
  height: 7vh;
}

.w-lightbox-thumbnail,
.w-lightbox-group .w-lightbox-image {
  border-radius: 6px;
}

@media (min-width: 768px) {
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 80vh;
  }
}
.w-lightbox-group .w-lightbox-image {
  max-height: 84vh;
}

/* ============
   Carousel Slide
   ============ */
.w-slider {
  text-align: inherit;
}

.carousel {
  height: auto;
  background-color: transparent;
  width: 100%;
  padding-bottom: 1.5rem;
}
@media (max-width: 479px) {
  .carousel {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.carousel-inner {
  border-radius: 6px;
  z-index: 10;
}

.carousel-control {
  justify-content: center;
  align-items: center;
  display: flex;
  width: auto;
  padding: 0px 0.75rem;
  transition: all 300ms ease;
  transform: translateX(-100%);
  z-index: 20;
  opacity: 0.4;
}
.carousel-control:hover {
  opacity: 1;
}
@media (max-width: 479px) {
  .carousel-control {
    display: none;
  }
}

.carousel-control.right {
  transform: translateX(100%);
}

.carousel-control-icon {
  display: flex;
  padding-right: 2px;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transition: all 300ms ease;
  color: #393b3f;
  border-radius: 6px;
  font-size: 1.5rem;
  line-height: 1em;
}

.carousel-control-icon.right {
  padding-right: 0px;
  padding-left: 2px;
}

.carousel-indicators {
  position: absolute;
  font-size: 0.75rem;
  display: block;
  height: 1.5rem;
  padding: 0px 0.75rem;
  z-index: 40;
  bottom: 0px;
  margin: 0px;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 6px;
  background-color: #56575c;
  cursor: pointer;
  margin: 0 0.375em;
  transition: all 300ms ease;
  opacity: 0.5;
  user-select: none;
  box-shadow: 0px 0px 8px 0px rgba(31, 32, 36, 0.35);
}
@media (max-width: 767px) {
  .w-slider-dot {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.25em;
  }
}
.w-slider-dot:hover {
  opacity: 1;
}

.w-slider-nav.w-round > div {
  border-radius: 6px;
}

.w-slider-dot.w-active {
  opacity: 1;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
  opacity: 1;
}

.carousel-item-content {
  z-index: 5;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
  justify-content: center;
  align-items: stretch;
}

/* ============
   Modal (home)
   ============ */
.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30000;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.modal-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
}

.modal-body {
  position: relative;
  z-index: 5;
  width: 100%;
  flex: 1;
}

.modal-header {
  position: relative;
  display: flex;
  padding: 0.75rem 3rem 0.75rem 1.5rem;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  width: 100%;
}

.modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 3rem;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  color: #abafb6;
}
.modal-close.modal-close:hover {
  color: #393b3f;
}

.modal-3d-iframe {
  height: 100%;
}

.modal-title.modal-3d {
  max-height: 1.7em;
  overflow: hidden;
}

/* ============
   rows and cols
   ============ */
.row {
  clear: both;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .row-md-rev {
    display: flex;
    flex-direction: column-reverse;
  }
}

.col {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* ============
   Extra others
   ============ */
.image-group {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  border-radius: 6px;
}
.image-group.h-100 {
  max-height: 100px;
}
.image-group.h-200 {
  max-height: 200px;
}
.image-group.h-300 {
  max-height: 300px;
}
.image-group.h-400 {
  max-height: 400px;
}
.image-group.h-500 {
  max-height: 500px;
}

.image-group.dir {
  float: right;
}

.image {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  border-radius: 6px;
}
.image img {
  border-radius: 6px;
}

.image.h-50 {
  max-height: 50px;
}

.image.h-100 {
  max-height: 100px;
}

.image.h-150 {
  max-height: 150px;
}

.image.h-200 {
  max-height: 200px;
}

.image.h-250 {
  max-height: 250px;
}

.image.h-300 {
  max-height: 300px;
}

.image.h-350 {
  max-height: 350px;
}

.image.h-400 {
  max-height: 400px;
}

.image.h-450 {
  max-height: 450px;
}

.image.h-500 {
  max-height: 500px;
}

.image-bg {
  display: none;
}

.modules.bg-grey {
  background-color: #f2f4f5;
}

.box-dashed {
  border: 1px dashed #dadee4;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 6px;
}

.box-grey {
  background-color: #f2f4f5;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 6px;
}

.tx-2-columns {
  columns: 2;
  column-gap: 3rem;
}
@media (max-width: 767px) {
  .tx-2-columns {
    columns: 1;
  }
}

.video-group {
  aspect-ratio: 16/9;
}

/* ========================
   Navbar
   ======================== */
.header {
  pointer-events: none;
}

.navbar {
  pointer-events: all;
  width: 100%;
  position: fixed;
  z-index: 2000;
  left: 0px;
  top: 0px;
  right: 0px;
  transition: all 300ms ease;
  flex-direction: row-reverse;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.navbar-bg {
  display: none;
}

.navbar-header {
  position: relative;
  z-index: 5;
  color: #abafb6;
  font-size: 0.75rem;
  transition: all 300ms ease;
  margin-left: auto;
  width: 100%;
  background-color: #fff;
  background-color: #fff;
  color: #abafb6;
}
.navbar-header-bg {
  display: none;
  height: calc(1rem + 1.5rem);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.navbar-header-group {
  display: flex;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  max-height: calc(1.125rem + 1.5rem);
}

.navbar-brand {
  z-index: 5;
  display: flex;
  padding: 0.75rem;
  padding-left: 0;
  position: relative;
  align-items: center;
  transition: all 300ms ease;
  height: 80px;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .navbar-brand {
    height: 64px;
  }
}

.no-menu .navbar-brand {
  position: relative;
}

.navbar-brand-image {
  transition: all 300ms ease;
  max-height: 100%;
}

.navbar-brand-bg {
  display: none;
}

.navbar-brand.navbar-header-brand {
  display: none;
  order: 1;
  padding-left: 0.75rem;
  margin-left: 0;
}

.navbar-checkout-group {
  flex: 0 auto;
  order: 8;
  align-items: center;
  display: flex;
  position: relative;
}

.btn.navbar-checkout,
.btn.navbar-language,
.btn.navbar-owner {
  margin-bottom: 0px;
  background-color: transparent;
  color: #abafb6;
  background: transparent;
  font-weight: normal;
  height: calc(1.125rem + 1.5rem);
  min-height: 2.625rem;
  padding: 0 0.75rem;
  background-color: #fff;
}

.btn-bg.navbar-checkout,
.btn-bg.navbar-language,
.btn-bg.navbar-owner {
  display: none;
}

.btn-container.navbar-checkout,
.btn-container.navbar-language,
.btn-container.navbar-owner {
  flex-direction: row;
}

.navbar-owner-group {
  flex: 0 auto;
  order: 10;
  align-items: center;
  display: flex;
  position: relative;
  margin-left: auto;
}

.btn-icon.navbar-owner {
  display: none;
}

.btn-icon.navbar-checkout {
  display: block;
  width: auto;
  margin: 0px;
  font-size: 1rem;
}

.btn-text.navbar-checkout {
  display: none;
}

.dropdown.navbar-language {
  flex: 0 auto;
  order: 20;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-language-image-group {
  overflow: hidden;
  margin-right: 0.375rem;
  float: left;
}

.navbar-language-image {
  display: block;
  max-height: 15px;
}

.dropdown-content-group.navbar-language {
  left: auto;
  right: -0.75rem;
  margin-top: -0.75rem;
}

.dropdown-content.navbar-language {
  border-radius: 6px;
}

.dropdown-btn.navbar-language {
  display: flex;
}

.smenu1-idioma-drop-cont-link-img-fora {
  width: 23px;
  margin-right: 0.45rem;
}

.smenu1-idioma-drop-cont-link-tx {
  /* text-transform: uppercase */
  padding-top: 1px;
}

.navbar-host {
  display: flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  order: 2;
  position: relative;
  line-height: 1em;
  margin-right: auto;
  height: calc(1.125rem + 1.5rem);
}
@media (max-width: 767px) {
  .navbar-host {
    width: 100%;
    order: 0;
  }
}

.navbar-host.no-host {
  display: none;
}

.navbar-host-bg {
  display: none;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -50vw;
  right: -50vw;
  z-index: 1;
}

.navbar-host-text {
  z-index: 5;
}

.navbar-contact-group {
  order: 3;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  min-width: 10px;
  position: relative;
  flex: 1;
  margin-right: auto;
  max-height: calc(1.125rem + 1.5rem);
}

.navbar-contact-icon {
  margin-right: 6px;
  float: left;
  font-size: 0.875rem;
  color: #c12061;
}

.navbar-contact-icon.phone {
  margin-top: -1px;
}

.navbar-contact-icon.address {
  margin-top: -1px;
}

.navbar-contact-text {
  float: left;
}

.navbar-contact {
  float: left;
  display: flex;
  white-space: nowrap;
  order: 3;
  position: relative;
  align-items: center;
  padding: 0.45rem 0.75rem;
  line-height: 1em;
  height: calc(1.125rem + 1.5rem);
}

.navbar-contact.phone {
  order: 2;
}

.navbar-contact-bg {
  display: none;
}

.container.navbar-container {
  position: relative;
  z-index: 3;
  justify-content: flex-start;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .container.navbar-container {
    padding-right: 0px;
  }
}

.navbar-nav {
  margin-left: auto;
  float: none;
  min-height: 3.75rem;
}
@media (max-width: 991px) {
  .navbar-nav {
    height: auto;
    margin-right: 1.5rem;
    float: none;
    box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
    min-width: none;
    width: 90vw;
    max-width: 270px;
    max-height: 100vh;
    padding-left: 0px;
    padding-right: 0px;
    overflow: auto;
    background-color: #fff;
  }
}

.navbar-nav-container {
  display: flex;
  height: 100%;
  flex: 1;
  flex-direction: row;
  align-items: center;
  margin-right: -1.05rem;
}
@media (max-width: 991px) {
  .navbar-nav-container {
    display: block;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
}

.navbar-nav-group {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 991px) {
  .navbar-nav-group {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
}

.navbar-nav-btn-group {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .navbar-nav-btn-group.home {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-nav-btn-group.home {
    display: block;
  }
}

.navbar-nav-btn {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #393b3f;
  text-decoration: none;
  height: 100%;
  transition: all 300ms ease;
  flex-grow: 1;
  letter-spacing: 1px;
  padding: 0 1.05rem;
  font-size: 0.875rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .navbar-nav-btn {
    height: auto;
    justify-content: flex-start;
    padding: 0.9rem 1.5rem;
    width: 100%;
    flex-grow: 1;
  }
}

.navbar-nav-btn:hover {
  color: #c12061;
}

.navbar-nav-btn-home-icon {
  margin-top: -2px;
  margin-right: 0.45rem;
  z-index: 4;
}

.navbar-nav-btn-text {
  z-index: 2;
  white-space: nowrap;
}

.navbar-nav-btn-bg {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 0;
  transition: opacity 300ms ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar-nav-btn-group.navbar-dropdown {
  width: auto;
  margin: 0px;
}

.navbar-dropdown-icon {
  margin-left: 0.45rem;
  font-size: 0.625rem;
  padding-top: 1px;
  z-index: 4;
}

@media (max-width: 991px) {
  .dropdown-content-group.navbar-dropdown {
    position: relative;
    left: auto;
    right: 0px;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
  }
}

.dropdown-content.navbar-dropdown {
  width: auto;
}
@media (max-width: 991px) {
  .dropdown-content.navbar-dropdown {
    width: auto;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #f2f4f5;
    box-shadow: inset 0px -0.75rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  }
}

.navbar-dropdown-menu {
  position: relative;
  z-index: 3;
  display: block;
  font-size: 0.875rem;
}

.navbar-dropdown-btn {
  display: flex;
  padding: 0.45rem 1.05rem;
  color: #56575c;
  text-decoration: none;
  white-space: nowrap;
  align-items: center;
}
.navbar-dropdown-btn.active {
  font-weight: bold;
  color: #c12061;
}
.navbar-dropdown-btn.disabled {
  color: #c0c7d1;
  cursor: default;
}
.navbar-dropdown-btn.disabled:hover {
  background-color: transparent;
  color: #c0c7d1;
}
@media (max-width: 991px) {
  .navbar-dropdown-btn {
    white-space: normal;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.navbar-dropdown-btn:hover {
  color: #c12061;
}

.navbar-dropdown-btn-text {
  margin-right: auto;
}

/* space to divide menu in the center */
.navbar-nav-brand-space {
  width: 200px;
  height: 80px;
  flex: 0 0 auto;
  display: none;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav-brand-space {
    display: none;
  }
}

.navbar-toggler {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #56575c;
  margin-left: auto;
  transition: all 300ms ease;
  min-width: 80px;
  height: 80px;
  padding: 0px 1.2rem;
  z-index: 4;
}
@media (max-width: 991px) {
  .navbar-toggler {
    min-width: 64px;
    height: 64px;
  }
}
.navbar-toggler.w--open {
  color: #c12061;
  background-color: transparent;
}

.navbar-toggler-icon {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  font-size: 1.5rem;
  position: relative;
  height: 100%;
}

.navbar-google-translate {
  order: 7;
  padding: 0 0.75rem;
  position: relative;
  min-height: 2.625rem;
  display: flex;
  align-items: center;
  align-self: center;
  height: calc(1.125rem + 1.5rem);
}

.navbar-google-translate select {
  border: 1px solid #dadee4;
  color: #abafb6;
  border-radius: 6px;
  border-radius: 4px;
}

.navbar-google-translate a {
  color: #abafb6;
}

/* ========================
   Social
   ======================== */
.navbar-social-group {
  order: 6;
  display: none;
}

.navbar-social-btn {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #abafb6;
  padding: 0 0.45rem;
  min-height: 2.625rem;
  justify-content: center;
  height: calc(1.125rem + 1.5rem);
}
.navbar-social-btn:hover {
  opacity: 0.75;
}

.navbar-social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
}
.navbar-social-icon.twitter {
  padding-top: 2px;
}
.navbar-social-icon.linkedin {
  padding-bottom: 2px;
}
/* ========================
   Navbar Small
   ======================== */
.navbar-small {
  position: fixed;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-2.625rem);
}
@media (max-width: 767px) {
  .navbar-small {
    transform: translateY(-5.25rem);
  }
}

@media (max-width: 767px) {
  .navbar-small:has(.no-host) {
    transform: translateY(-2.625rem) !important;
  }
}

.navbar-small .navbar-nav {
  min-height: 48px;
}

.navbar-small .navbar-brand {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  height: 56px;
}

@keyframes opacity-on-off {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar-small .navbar-header-group {
  padding-left: 0px;
}

.navbar-small .navbar-nav-brand-space {
  width: 160px;
  height: 56px;
}

.navbar-small .navbar-toggler {
  min-width: 56px;
  height: 56px;
}

.navbar-small .navbar-toggler-icon {
  font-size: 1.25rem;
}

.navbar-small .navbar-seal {
  transform: rotate(-45deg) translate(-25%, -175%);
}

.navbar-animation {
  height: 300px;
  position: absolute;
  top: 110vh;
  width: 100px;
  z-index: -5;
  left: 50px;
  bottom: auto;
}

/* ========================
   Banner
   ======================== */
.banner {
  position: relative;
  z-index: 50;
  display: block;
  padding-bottom: 0px;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.carousel.banner-carousel {
  text-align: center;
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 10;
  padding-bottom: 0px;
  justify-content: center;
}
@media (min-width: 1240px) {
  .carousel.banner-carousel {
    height: 75vh;
    max-height: 750px;
    min-height: 650px;
  }
}
@media (min-width: 1240px) and (max-width: 767px) {
  .carousel.banner-carousel {
    min-height: 450px;
    max-height: 650px;
  }
}

.carousel-inner.banner-carousel {
  border-radius: 0px;
  width: 100%;
  order: 1;
  height: 100%;
}

.banner-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 20;
  pointer-events: none;
  background-size: cover;
  display: none;
}

/* ============
   controls arrows
   ============ */
.carousel-control.banner-carousel,
.carousel-control.house-hero {
  transform: translateX(0px);
  z-index: 15;
  order: 2;
  padding-left: 2.25rem;
  padding-rigth: 2.25rem;
}
@media (max-width: 767px) {
  .carousel-control.banner-carousel,
  .carousel-control.house-hero {
    display: none;
  }
}

.carousel-control.banner-carousel.right,
.carousel-control.house-hero.right {
  order: 4;
}

.carousel-control.banner-carousel:hover .carousel-control-icon.banner-carousel,
.carousel-control.house-hero:hover .carousel-control-icon.house-hero {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.carousel-control-icon.banner-carousel,
.carousel-control-icon.house-hero {
  color: #fff;
}

.carousel-indicators.banner-carousel {
  font-size: 0.875rem;
  padding-bottom: 0.75rem;
  height: auto;
  z-index: 10;
  order: 3;
}

.banner-carousel .w-slider-dot,
.house-hero .w-slider-dot {
  background-color: #fff;
}

/* ============
   Slides
   ============ */
.carousel-item.banner-carousel {
  height: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.carousel-item-content.banner-carousel {
  width: 100%;
  max-width: calc(1400px + 3rem);
  text-align: center;
  height: 100%;
  z-index: 50;
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: stretch;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  justify-content: flex-start;
}

.container.banner-carousel {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  max-width: 920px;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1.5rem 0px 3rem;
  align-items: flex-start;
  max-width: 450px;
}
@media (max-width: 767px) {
  .container.banner-carousel {
    max-width: 350px;
  }
}
@media (max-width: 479px) {
  .container.banner-carousel {
    max-width: 230px;
  }
}

.banner-carousel-contant-bg {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

/* ============
   Image
   ============ */
.banner-carousel-bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  left: 0%;
  bottom: 0%;
  top: 0%;
  right: 0%;
  background-image: url("../images/no-img.jpg");
}

.banner-carousel-efect,
.banner-carousel-effect {
  width: 100%;
  height: 55%;
  right: 0%;
  left: 0%;
  top: 0%;
  bottom: auto;
  position: absolute;
  z-index: 20;
  opacity: 0.85;
  background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

/* ============
   Titles
   ============ */
.banner-title-group {
  z-index: 5;
  position: relative;
}

.banner-title1-text {
  color: inherit;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2em;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.3px;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .banner-title1-text {
    font-size: 1.75rem;
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  .banner-title1-text {
    font-size: 1.75rem;
  }
}

.banner-title2-text {
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: normal;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .banner-title2-text {
    font-size: 1rem;
    font-size: 1.25rem;
  }
}

.banner-title-bg {
  display: none;
}

/* ============
   Buttons
   ============ */
.banner-btns {
  margin-right: -0.45rem;
  margin-left: -0.45rem;
}

.btn.banner-btn-float,
.btn.banner-btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: calc(0.45rem + 1px) 1.35rem;
  margin-right: 0.45rem;
  margin-left: 0.45rem;
  margin-top: 1.5rem;
  display: inline-block;
  min-height: auto;
}
.btn.banner-btn-float .btn-bg.banner-btn,
.btn.banner-btn .btn-bg.banner-btn {
  display: none;
}
.btn.banner-btn-float:hover,
.btn.banner-btn:hover {
  opacity: 0.6;
}

.btn.banner-btn {
  padding: 0.45rem 1.35rem;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

@media (max-width: 767px) {
  .btn.banner-btn-float {
    display: none;
  }
}

.btn-container.banner-btn-float {
  flex-direction: row;
}

.btn-icon.banner-btn-float {
  font-size: 1.125rem;
  margin: 1px 0.375rem -1px 0px;
}

.btn-text.banner-btn-float {
  margin-right: 0.375rem;
}

/* ============
   Video
   ============ */
.banner-carousel-video-group {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.banner-carousel-video-normal {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .banner-carousel-video-normal {
    display: none;
  }
}

.banner-carousel-video-cellphone {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .banner-carousel-video-cellphone {
    display: block;
  }
}

.banner-carousel-bg-effect {
  width: 100%;
  height: 20%;
  position: absolute;
  z-index: 2;
  display: none;
}

.banner-carousel-no-text-group {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.banner-carousel-no-text-normal {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1240px) {
  .banner-carousel-no-text-normal {
    display: none;
  }
}

.banner-carousel-no-text-pc {
  display: none;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 1240px) {
  .banner-carousel-no-text-pc {
    display: block;
  }
}
@media (max-width: 479px) {
  .banner-carousel-no-text-pc {
    display: none;
  }
}

.banner-carousel-no-text-cellphone {
  display: none;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 479px) {
  .banner-carousel-no-text-cellphone {
    display: block;
  }
}

.banner-search {
  position: relative;
  order: 1;
  z-index: 5;
}

/* ========================
   Search
   ======================== */
.modules.search {
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.modules.search.home {
  position: relative;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .modules.search.home {
    position: absolute;
    bottom: 35px;
    left: 0px;
    right: 0px;
    z-index: 100;
    pointer-events: none;
  }
}

.container.search {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: #fff;
  padding-right: 1.05rem;
  padding-left: 1.05rem;
}
@media (min-width: 768px) {
  .container.search {
    pointer-events: all;
  }
}

.home .container.search {
  z-index: 3;
}
@media (min-width: 768px) {
  .home .container.search {
    max-width: 1400px;
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .home .container.search {
    padding: 0;
  }
}

/* ============
   Title
   ============ */
.title.default.search {
  display: none;
}

.search-title2-text {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0px;
}

/* ============
   Inputs
   ============ */
.search-form-container {
  display: flex;
  flex-wrap: wrap;
}

.search-item-group {
  clear: both;
  width: 100%;
  position: relative;
  z-index: 100;
}

.search-item-group-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
/* ============
   Search itens
   ============ */
.search-item {
  position: relative;
  margin-bottom: 0.75rem;
  flex: 1;
  padding: 0.45rem;
  margin: 0px;
  align-self: stretch;
}
@media (max-width: 991px) {
  .search-item {
    flex: 1;
  }
}

.search-item.main {
  flex: 2;
}
@media (max-width: 991px) {
  .search-item.main {
    flex-basis: 40%;
  }
}
@media (max-width: 479px) {
  .search-item.main {
    flex-basis: 100%;
  }
}

.search-item.checkin {
  flex: 2;
}
@media (max-width: 991px) {
  .search-item.checkin {
    flex-basis: 55%;
  }
}
@media (max-width: 479px) {
  .search-item.checkin {
    flex-basis: 100%;
  }
}

.search-item.btn-search {
  flex: 0 0 auto;
  min-width: 0%;
  z-index: 20;
}
@media (max-width: 991px) {
  .search-item.btn-search {
    flex: 0 0 auto;
    min-width: 10px;
  }
}
@media (max-width: 479px) {
  .search-item.btn-search {
    width: auto;
    min-width: 50%;
    flex: 1;
  }
}

@media (max-width: 479px) {
  .search-item.guests,
  .search-item.bedrooms {
    width: 50%;
  }
}

.search-item-content {
  width: 100%;
  height: 100%;
}
.search-item-content.checkin {
  display: flex;
  position: relative;
}
.search-item-content.options {
  padding: 0px;
  height: auto;
}

.search-item-bg.checkin,
.search-item-bg.main {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #dadee4;
}

.input-group.search {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0px;
}
.input-group.search.checkin {
  width: 50%;
  float: left;
}
.input-group.search.checkout {
  width: 50%;
}

.search-item-content-bg {
  display: none;
  position: absolute;
  left: 0px;
  top: 1.05rem;
  bottom: 1.05rem;
  width: 1px;
  background-color: #dadee4;
}
.search-item-content-bg.main {
  display: none;
}
.search-item-content-bg.btn-search {
  display: none;
}
@media (max-width: 991px) {
  .search-item-content-bg.guests {
    display: none;
  }
}
@media (max-width: 479px) {
  .search-item-content-bg.checkin {
    display: none;
  }
}

.search-item-content-bg.options {
  display: none;
}

/* apply to house detail to */
.search-checkin-arrow,
.price-search-between-group {
  position: absolute;
  z-index: 10;
  width: 1.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin-left: -2px;
  color: #abafb6;
  text-align: center;
  display: block;
}

.search-checkin-arrow-text,
.price-search-between-text {
  display: none;
}

.search-checkin-arrow-bg,
.price-search-between-bg {
  display: none;
}

/* ============
   Search form
   ============ */
.input.search,
.input.search[readonly] {
  cursor: text;
  background-color: #fff;
  padding-right: 1.5rem;
  border-color: #dadee4;
  background-color: #fff;
  color: #abafb6;
}
.input.search:focus,
.input.search .select.w--open,
.input.search[readonly]:focus,
.input.search[readonly] .select.w--open {
  box-shadow: none;
}

.input.search.checkin {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-style: none;
}
@media (max-width: 479px) {
  .input.search.checkin {
    border-radius: 6px 0px 0px 6px;
  }
}

.input.search.checkout {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-style: none;
}
@media (max-width: 991px) {
  .input.search.checkout {
    border-radius: 0px 6px 6px 0px;
  }
}

.input.search.select {
  padding-right: 3rem;
}

.select-icon.search {
  color: #abafb6;
}

/* ============
   Buttom btn
   ============ */
.btn.btn-search {
  float: right;
  display: flex;
  border-radius: 6px;
  min-width: 3rem;
  min-height: 3rem;
  padding: calc(0.75rem + 1px);
}
@media (max-width: 479px) {
  .btn.btn-search {
    width: 100%;
  }
}

.btn-container.btn-search {
  flex-direction: row;
  position: absolute;
}

.btn-icon.btn-search {
  margin-left: 0px;
  margin-right: 0.375rem;
  margin-right: 0px;
}

.btn-text.btn-search {
  display: none;
}

/* ============
   More options
   ============ */
.search-more-animation {
  position: relative;
  z-index: 100;
  display: none;
  flex: 1;
  min-width: 100%;
  top: 3rem;
  left: -0.6rem;
}
@media (max-width: 767px) {
  .search-more-animation {
    left: 0;
  }
}

/* ============
   Content
   ============ */
.search-more-content {
  z-index: 200;
  max-width: 600px;
  position: absolute;
  top: 0px;
  color: #56575c;
  max-height: 60vh;
  display: flex;
  flex-direction: column;
  left: 0px;
  margin-top: 0.75rem;
  background-color: #fff;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
@media (min-width: 480px) {
  .search-more-content {
    align-items: flex-end;
  }
}
.search-more-item-group {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 0.75rem;
}
.search-more-item-group .search .checkbox-bg,
.search-more-item-group .search .radio-bg {
  background-color: #dadee4;
}
/* ============
   Butdom btn
   ============ */
.btn.btn-more {
  background: none;
  color: #abafb6;
  font-size: 0.875rem;
  flex: 0 0 auto;
  z-index: 20;
  min-height: auto;
  padding: calc(0.75rem + 1px) 0px;
  margin-bottom: -0.75rem;
  position: absolute;
  bottom: -2.25rem;
  left: 1.5rem;
}

.home .btn.btn-more {
  left: 0px;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
@media (min-width: 768px) {
  .home .btn.btn-more {
    color: #fff;
  }
}

.btn-container.btn-more {
  flex-direction: row;
}

.btn.btn-more.btn-less {
  display: none;
}

.btn.btn-more:hover {
  background: none;
  color: #56575c;
}
@media (min-width: 768px) {
  .btn.btn-more:hover {
    color: #fff;
  }
}

.btn-icon.btn-more {
  margin-left: 0px;
  margin-right: 0.375rem;
  margin-top: -1px;
}

.btn-bg.btn-more {
  display: none;
}

/* ============
   Itens
   ============ */
.search-more-animation .search-item.options {
  width: 100%;
  flex: 0 0 auto;
  border: none;
}

.search-more-animation .search-item {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
.search-more-animation .label {
  display: block;
  padding-bottom: 0.75rem;
}

/* ============
   Checkbox
   ============ */
.search-options-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  align-items: flex-start;
}

.checkbox-group.search {
  width: 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 479px) {
  .checkbox-group.search {
    width: 100%;
  }
}

.btn.btn-options-search {
  float: right;
  display: flex;
  border-radius: 6px;
  margin: 0.75rem 1.5rem 1.5rem;
}

/* ========================
   Houses list
   ======================== */
.modules.houses-list.home {
  overflow: hidden;
  order: 2;
}

.houses-list-container-bg {
  display: none;
}

/* ============
   Title
   ============ */
/* ============
   Carousel
   ============ */
.carousel.houses-list {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem);
  margin-left: -1.05rem;
  margin-right: -1.05rem;
  width: calc(100% + 1.05rem + 1.05rem);
}

.carousel-inner.houses-list {
  height: 100%;
}

.carousel-control.houses-list {
  padding: 0px 1.05rem;
}

.carousel-item.houses-list,
.houses-list-nav-tabs-container-group .houses-list-item {
  position: relative;
  min-width: 0px;
  width: 25%;
}
@media (max-width: 991px) {
  .carousel-item.houses-list,
  .houses-list-nav-tabs-container-group .houses-list-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .carousel-item.houses-list,
  .houses-list-nav-tabs-container-group .houses-list-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .carousel-item.houses-list,
  .houses-list-nav-tabs-container-group .houses-list-item {
    width: 100%;
  }
}
.no-carousel .carousel-item.houses-list {
  height: auto !important;
}

.carousel-item-content.houses-list {
  text-align: left;
  padding: 0px;
}

.houses-list-item {
  position: relative;
  width: 100%;
  align-items: stretch;
  display: flex;
  transition: all 300ms ease;
  padding: 1.05rem;
}
.houses-list-item:hover {
  z-index: 10;
}

.houses-list-item:hover {
  transform: translateY(-8px);
}

.houses-list-item-group {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  align-items: stretch;
  z-index: 2;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.houses-list-item-group-bg {
  display: none;
}

/* ============
   Buttom over (3D tour)
   ============ */
.houses-list-over-group {
  position: absolute;
  z-index: 30;
  display: flex;
  left: 1.5rem;
  top: 1.5rem;
}

.btn.houses-list-over {
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1.25em;
  padding: 0.6rem 0.75rem;
  min-height: 0px;
  background-color: #fff;
  color: #393b3f;
}
.btn.houses-list-over:hover {
  background-color: #dadee4;
}

.btn-container.houses-list-over {
  font-weight: bold;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  height: auto;
  align-content: flex-start;
  align-items: flex-start;
}

.btn-bg.houses-list-over {
  display: none;
}

.btn-icon.houses-list-over {
  display: none;
  margin-left: 0px;
  margin-right: 0.375rem;
  bottom: -1px;
  font-size: 0.875rem;
  display: block;
  position: relative;
}

.btn-text.houses-list-over {
  margin-right: 0.3rem;
}

/* ============
   Image slide
   ============ */
.houses-list-image-group {
  position: relative;
  padding: 0px;
  z-index: 25;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.carousel.houses-list-image {
  z-index: 10;
  position: relative;
  padding-bottom: 0px;
}
.houses-list-image-bg {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 20;
  pointer-events: none;
  display: none;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center top;
  background-size: cover;
}

.houses-list-image-btn-over {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  display: block !important;
}

.carousel-inner.houses-list-image {
  border-radius: 0;
}

.carousel-item.houses-list-image {
  overflow: hidden;
}

.houses-list-image-image {
  width: 100%;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/no-img.jpg");
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  transition: all 600ms ease;
  /* max-height: 220px */
}
.houses-list-image-effect {
  padding-top: 60%;
}
.houses-list-image-group .carousel-control.houses-list-image {
  transform: translateX(0px);
}

.houses-list-image-group .carousel-indicators.houses-list-image .w-slider-dot {
  width: 0.6875rem;
  height: 0.6875rem;
}

.carousel-control-icon.houses-list-image {
  color: #fff;
  width: auto;
  height: auto;
  box-shadow: none;
  background-color: transparent;
}

.carousel-indicators.houses-list-image .w-slider-dot {
  background-color: #fff !important;
}

/* ============
   Dscription
   ============ */
.houses-list-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
}

.houses-list-description-content {
  z-index: 5;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 0px;
  padding: 1.5rem;
}
.houses-list-description-group {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

/* ============
   Title
   ============ */
.title.houses-list-description {
  margin-bottom: 0.75rem;
  width: 100%;
}

.title-container.houses-list-description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.houses-list-description-title {
  overflow: hidden;
  color: #393b3f;
  display: inline;
  line-height: 1.25em;
  max-height: 2.5em;
  word-break: break-word;
  color: #000;
  font-size: 1.25rem;
}

.houses-list-sub-title-text {
  line-height: 1.1em;
  margin-top: 0.3rem;
  color: #abafb6;
}

.houses-list-sub-title-bg {
  display: none;
}

/* ============
   List itens
   ============ */
.houses-list-description-item-group {
  margin-right: -1.05rem;
  display: flex;
  flex-wrap: wrap;
  padding-right: 0px;
}

.houses-list-description-item {
  display: block;
  color: #abafb6;
  font-size: 0.75rem;
  line-height: 1.4em;
  position: relative;
  padding-right: 1.05rem;
  padding-top: 0.3rem;
}

.houses-list-description-item-icon {
  margin-right: 0.3rem;
  float: left;
}

.houses-list-description-item-text {
  float: left;
}

.houses-list-description-item-bg {
  display: none;
}

.houses-list-description-item-group-bg {
  display: none;
}

/* ============
   Description
   ============ */
.houses-list-description-text {
  overflow: hidden;
  /* min-height: 4.8em */
  max-height: 6.4em;
  margin-bottom: 0px;
  padding-right: calc(115px - 0.75rem);
  width: 100%;
  display: none;
  padding-right: 0px;
}

.houses-list-description-group-bg {
  display: none;
}

/* ============
   Review
   ============ */
.houses-list-review {
  width: 100%;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.75rem;
  padding-right: calc(115px - 0.75rem);
  flex-wrap: wrap;
  padding-right: 0px;
  display: none;
}

.houses-list-review-star-group {
  display: flex;
  padding-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.houses-list-review-star {
  color: #abafb6;
  font-size: 0.875rem;
  line-height: 1em;
  padding-right: 0.2em;
  margin-top: -1px;
}

.houses-list-review-content {
  font-size: 0.75em;
  line-height: 1.5em;
  color: #abafb6;
}

.houses-list-review-bg {
  display: none;
}

/* ============
   Price
   ============ */
.houses-list-price-content {
  z-index: 6;
  display: flex;
  position: relative;
  color: #c12061;
  padding: 1.5rem;
  padding-top: 0;
}
.houses-list-price-content.houses-list-small {
  display: flex;
  justify-content: flex-end;
}

.houses-list-price-content-bg {
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  display: none;
}

.houses-list-price-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}

.houses-list-price-value-before {
  display: none;
}

.houses-list-price-value-before-bg {
  display: none;
}

.houses-list-price-value {
  display: flex;
  order: 2;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 0.6rem;
  row-gap: 0.3rem;
  flex-grow: 1;
}

.houses-list-price-value-text1 {
  position: relative;
  font-size: 2rem;
  line-height: 0.85;
  font-weight: bold;
  color: #c12061;
}
.houses-list-price-value-text1::first-letter {
  font-size: 1rem;
  line-height: 1em;
  vertical-align: top;
}

.houses-list-price-value-text2 {
  font-size: 0.75rem;
  line-height: 1.2em;
  order: 4;
  text-align: right;
  width: 100%;
}

.houses-list-price-value-bg {
  display: none;
}

.btn.houses-list-price {
  order: 10;
  pointer-events: all;
  display: none;
}

/* ============
   Buttom bottom
   ============ */
.houses-list-btn-outside {
  clear: both;
  text-align: center;
  margin-top: 1.5rem;
  flex: 1;
  display: flex;
  justify-content: center;
}

.btn.houses-list-outside {
  margin-bottom: 0px;
}

/* ============
   No Carousel
   ============ */
.carousel.houses-list.no-carousel {
  padding-bottom: 0px;
}

.no-carousel .carousel-indicators.houses-list {
  display: none;
}
.no-carousel .carousel-control.houses-list {
  display: none;
}
.no-carousel .carousel-inner.houses-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* ============
   House list nav (only inside page)
   ============ */
.houses-list-nav-tabs {
  clear: both;
  position: relative;
}

.houses-list-nav-tabs-menu {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
  z-index: 20;
}

.houses-list-nav-tabs-btn {
  margin: 0;
}

.houses-list-nav-tabs-btn-icon {
  display: none;
}

.houses-list-nav-tabs-btn-text {
  float: left;
}

.houses-list-nav-tabs-title-group {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.houses-list-nav-tabs-title {
  color: #abafb6;
}

.houses-list-nav-tabs-container-group {
  overflow: visible;
  clear: both;
  z-index: 10;
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-left: -1.05rem;
  margin-right: -1.05rem;
}

.houses-list-item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.input-group.select.houses-list {
  margin-bottom: 0px;
  margin-left: auto;
}

.input.select.houses-list {
  padding-top: 0.45rem;
  padding-right: 3rem;
  padding-bottom: 0.45rem;
  padding-left: 1.35rem;
  height: auto;
  padding-left: 1.35rem;
}

.select-text.houses-list {
  display: block;
}

.dropdown-content-group.select.houses-list {
  right: -0.75rem;
  left: auto;
}

/* no result */
.no-results {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  width: 100%;
}

.no-results h3 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #abafb6;
}

/* ============
   Small (page: houses)
   ============ */
.houses-list-nav-tabs-container.small {
  display: none;
}

/* ============
   Map (page: houses)
   ============ */
.houses-list-nav-tabs-container.map {
  display: none;
}

/* ============
   Condo (page: condos)
   ============ */
.condo .houses-list-item {
  width: 100%;
  width: 33.33%;
}
@media (max-width: 991px) {
  .condo .houses-list-item {
    width: 50%;
  }
}
@media (max-width: 630px) {
  .condo .houses-list-item {
    width: 100%;
  }
}

/* ============
   Houses list  MAP
   ============ */
.houses-list-nav-tabs-container.with-map {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}
.houses-list-nav-tabs-container.with-map .houses-list-item-content {
  flex: 1;
  order: 2;
  z-index: 10;
  width: 60%;
}
@media (max-width: 840px) {
  .houses-list-nav-tabs-container.with-map .houses-list-item-content {
    width: 100%;
  }
}
.houses-list-nav-tabs-container.with-map .houses-list-map-group {
  position: relative;
  width: 35%;
  order: 3;
  align-self: stretch;
}
@media (max-width: 840px) {
  .houses-list-nav-tabs-container.with-map .houses-list-map-group {
    width: 100%;
    order: 1;
  }
}
.houses-list-nav-tabs-container.with-map .houses-list-map {
  width: 100%;
  flex: 0 0 auto;
  transition: all 300ms ease;
  z-index: 20;
  height: 80vh;
  max-height: 900px;
  padding: 1.05rem;
}
@media (min-width: 841px) {
  .houses-list-nav-tabs-container.with-map .houses-list-map {
    position: sticky;
    top: 56px;
  }
}
@media (max-width: 840px) {
  .houses-list-nav-tabs-container.with-map .houses-list-map {
    height: 40vh;
  }
}
.houses-list-nav-tabs-container.with-map .houses-list-map iframe {
  border-radius: 6px;
}
.houses-list-nav-tabs-container.with-map.big .houses-list-map-group {
  width: 100%;
  order: 1;
}
.houses-list-nav-tabs-container.with-map.big .houses-list-map {
  position: relative;
  top: 0;
}

.houses-list-nav-tabs-container.with-map:not(.big) .houses-list-item {
  width: 50%;
}
@media (max-width: 840px) {
  .houses-list-nav-tabs-container.with-map:not(.big) .houses-list-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .houses-list-nav-tabs-container.with-map:not(.big) .houses-list-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .houses-list-nav-tabs-container.with-map:not(.big) .houses-list-item {
    width: 100%;
  }
}

.houses-list-nav-tabs-container.with-map .houses-list-item.map-highlight .houses-list-item-group {
  background-color: #f2f4f5;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.2);
  background-color: #f2f4f5;
}

.houses-list-map-btn-general {
  display: none;
  justify-content: center;
  padding: 1.05rem;
  padding-top: 0;
}

.btn.houses-list-map-btn {
  width: 90%;
  max-width: 400px;
  padding: calc(0.6rem + 1px) 1.5rem;
  font-size: 0.75rem;
  min-height: 0.75rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #dadee4;
  color: #393b3f;
  margin: 0 1.5rem;
}
.btn.houses-list-map-btn:hover {
  background-color: #c0c7d1;
  color: #1f2024;
}
.btn.houses-list-map-btn .btn-icon {
  font-size: 0.625rem;
}

/* -------------- discount ------------- */
.houses-list-price-discount {
  order: 1;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.6rem;
  width: 100%;
}

.houses-list-price-discount-text {
  font-size: 0.675rem;
  line-height: 1.4em;
  text-transform: uppercase;
  padding: 0.3rem 0.6rem calc(0.3rem - 1px);
  white-space: nowrap;
  border-radius: 6px;
  background-color: #193968;
  color: #fff;
}

.houses-list-price-value-before-text {
  font-size: 1rem;
  line-height: 1em;
}

.houses-list-price-discount-cut {
  display: block;
  font-size: 1rem;
  line-height: 1em;
  font-weight: normal;
  text-decoration: line-through;
}

.houses-list-price-discount,
.houses-list-price-discount-cut {
  display: none;
}

.houses-list-small .houses-list-price-value-before-text {
  display: none;
}

.houses-list-discount .houses-list-price-discount,
.houses-list-discount .houses-list-price-discount-cut {
  display: flex;
}

/* price2 */
.houses-list-price2 {
  position: relative;
  display: inline-block;
  z-index: 100;
  top: -16px;
  left: -2px;
}

.houses-list-item-group:hover .houses-list-price2-group {
  opacity: 1 !important;
}

.houses-list-price2-group {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  padding: 1.05rem;
  background-color: #193968;
  color: #fff;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border-radius: 300px;
  transition: all 300ms ease;
  transform: translate(100%, -50%);
  top: 50%;
  font-size: 1rem;
  right: -10px;
  opacity: 0;
}
.houses-list-price2-group:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  left: -5px;
  background-color: #193968;
  width: 10px;
  height: 10px;
}

.houses-list-price2-text {
  font-size: 0.75rem;
  line-height: 1.2em;
}

.houses-list-price2-value {
  font-size: 1.25rem;
  line-height: 1.2em;
}

.houses-list-price2-icon {
  font-size: 14px;
  color: #193968;
}

/* ========================
   Condo list
   ======================== */
.modules.condo-list.home {
  overflow: hidden;
  order: 2;
  display: block;
}

.condo-list-container-bg {
  display: none;
}

.modulo-bg.condo-list {
  display: none;
}

/* TItle */
.title.default.condo-list {
  margin-bottom: 1.5rem;
}

/* Itens */
.condo-list-item-outside {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 300px 250px;
  grid-template-areas: "first first second second" "first first third fourth";
}
@media (max-width: 991px) {
  .condo-list-item-outside {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 250px 250px;
    grid-template-areas: "first second" "third fourth";
  }
}
@media (max-width: 630px) {
  .condo-list-item-outside {
    grid-template-columns: 1fr;
    grid-template-rows: 250px 250px 250px 250px;
    grid-template-areas: "first" "second" "third" "fourth";
  }
}

.condo-list-item {
  position: relative;
  transition: all 300ms ease;
}

.condo-list-item:hover {
  transform: translateY(-8px);
}

.condo-list-item:nth-child(1) {
  grid-area: first;
}

.condo-list-item:nth-child(2) {
  grid-area: second;
}

.condo-list-item:nth-child(3) {
  grid-area: third;
}

.condo-list-item:nth-child(4) {
  grid-area: fourth;
}

.condo-list-item:nth-child(5) {
  display: none;
}

.condo-list-item:nth-child(6) {
  display: none;
}

.condo-list-item:nth-child(7) {
  display: none;
}

.condo-list-item:nth-child(8) {
  display: none;
}

.condo-list-item:nth-child(9) {
  display: none;
}

.condo-list-item:nth-child(10) {
  display: none;
}

.condo-list-item-group {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
}

.condo-list-image-group {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.condo-list-image-image {
  width: 100%;
  height: 100%;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/no-img.jpg");
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.condo-list-image-bg {
  display: none;
}

.condo-list-description-content {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}

.condo-list-description-group {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 10;
  transition: all 600ms ease;
  justify-content: flex-end;
  padding: 1.2rem;
  color: #393b3f;
  flex-direction: column;
  align-items: flex-start;
}

.title.condo-list-description {
  margin-bottom: 0px;
  order: 1;
  background-color: #fff;
  padding: 0.6rem 1.05rem;
  border-radius: 6px;
}

.condo-list-description-title {
  font-size: 1rem;
}

.title-bg.condo-list-description {
  display: none;
}

.condo-list-sub-title-group {
  display: none;
}

.condo-list-sub-title-bg {
  display: none;
}

.condo-list-description-item {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  order: 2;
  display: none;
}

.condo-list-description-item-icon {
  margin-right: 0.45rem;
  font-size: 0.875rem;
  line-height: 1em;
}

.condo-list-description-item-text {
  font-size: 0.75rem;
  line-height: 1.1em;
  white-space: nowrap;
}

.condo-list-description-item-bg {
  display: none;
}

.condo-list-description-group-bg {
  display: none;
}

.condo-list-description-text {
  margin-top: 1.5rem;
  margin-bottom: 0px;
  order: 3;
  display: none;
}

.condo-list-item-group-bg {
  display: none;
}

/* btn */
.btn.condo-list-item-btn {
  background: transparent !important;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  padding: 0px;
  margin: 0px;
}

.btn-container.condo-list-item-btn {
  display: none;
}

.btn-icon.condo-list-item-btn {
  display: none;
}

.btn-text.condo-list-item-btn {
  display: none;
}

.btn-bg.condo-list-item-btn {
  display: none;
}

/* btn outside */
.condo-list-btn-outside {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

/* ========================
   Col Category
   ======================== */
.modules.col-category {
  order: 3;
}

.col-category-bg {
  display: none;
}

/* ============
   Title
   ============ */
.title.default.col-category {
  order: 2;
}

.col-category-title-group {
  width: 100%;
  order: 3;
  margin-bottom: 1.5rem;
}

.col-category-title-bg {
  display: none;
}

/* ============
   Itens
   ============ */
.col-category-row {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: -1.5rem;
  align-items: stretch;
  order: 5;
  justify-content: center;
}

.col-category-col {
  width: 25%;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  width: 25%;
}
@media (max-width: 767px) {
  .col-category-col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .col-category-col {
    width: 100%;
  }
}

.col-category-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
  text-align: center;
  align-content: center;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  height: 100%;
  border-radius: 6px;
  transition: all 300ms ease;
  padding: 1.875rem;
}

.col-category-col-bg {
  display: none;
}

.col-category-item-bg {
  display: none;
}

/* ============
   Image
   ============ */
.col-category-image-group {
  display: none;
  width: 6rem;
  height: 6rem;
}

.col-category-image {
  background-image: url("https://webengine.s3.amazonaws.com/default/images/no-img.jpg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
}

.col-category-image-efect {
  display: none;
}

.col-category-image-bg {
  display: none;
}

/* ============
   Icon
   ============ */
.col-category-icon-group {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  font-size: 2.5rem;
  line-height: 1em;
}

.col-category-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #c12061;
}

/* ============
   Title
   ============ */
.title.col-category-item-title {
  margin-top: 0.75rem;
  z-index: 4;
  position: relative;
  margin-bottom: 0px;
}

.col-category-item-title-text {
  font-weight: bold;
}

/* ============
   Description
   ============ */
.col-category-description {
  width: 100%;
  margin-top: 0.375rem;
  z-index: 4;
  position: relative;
}

.col-category-description p {
  font-size: 0.875rem;
  margin-bottom: 0px;
}

/* ============
   Link
   ============ */
.col-category-item-btn {
  z-index: 6;
  margin-top: 0.75rem;
}

.btn.col-category {
  background-color: transparent;
  width: 100%;
  height: auto;
  background: none;
  min-height: auto;
  padding: 0.375rem 0px;
  margin-bottom: -0.375rem;
  color: #abafb6;
  font-size: 0.75rem;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
}
.btn.col-category .btn-container {
  display: none;
}
.btn.col-category:hover {
  background-color: transparent;
  color: #393b3f;
}

.btn-bg.col-category {
  display: none;
}

.modules.multiple {
  display: none;
}

/* ========================
   Reviews
   ======================== */
.modules.review {
  order: 5;
  overflow: hidden;
  order: 6;
}

.container.review-carousel {
  padding: 0px;
}

.no-carousel .carousel-inner.review,
.review-itens-group {
  column-gap: 3rem;
  columns: 4;
}
@media (max-width: 991px) {
  .no-carousel .carousel-inner.review,
  .review-itens-group {
    columns: 3;
  }
}
@media (max-width: 767px) {
  .no-carousel .carousel-inner.review,
  .review-itens-group {
    columns: 2;
  }
}
@media (max-width: 479px) {
  .no-carousel .carousel-inner.review,
  .review-itens-group {
    columns: 1;
  }
}

.house-detail .review-itens-group {
  columns: 2;
  column-gap: 0px;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (max-width: 991px) {
  .house-detail .review-itens-group {
    columns: 1;
  }
}

.review-item {
  break-inside: avoid;
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}

.modules.review .review-item {
  margin-bottom: 3rem;
}

.modules.review.home .home.review-item {
  margin-bottom: 0;
}

.house-detail .review-item {
  padding: 1.5rem;
}

/* ============
   Carousel
   ============ */
.carousel-inner.review {
  height: auto;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.carousel-control.review {
  padding: 0px 1.5rem;
}

.carousel .review-itens-group {
  columns: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  column-gap: 0px;
}

.carousel-item.review {
  width: 33.33%;
  background-image: none;
  padding: 1.5rem;
  padding: 0.75rem;
}
@media (max-width: 991px) {
  .carousel-item.review {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .carousel-item.review {
    width: 100%;
  }
}

/* ============
   No Carousel
   ============ */
.carousel.review.no-carousel {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  padding-bottom: 0px;
}
.carousel.review.no-carousel .carousel-indicators {
  display: none;
}
.carousel.review.no-carousel .carousel-control {
  display: none;
}
.carousel.review.no-carousel .carousel-inner {
  display: block;
  column-gap: 0px;
}
.carousel.review.no-carousel .carousel-item {
  width: 100% !important;
  height: auto !important;
  break-inside: avoid;
  display: block;
}

.carousel.review.with-carousel .review-item {
  padding: 0px;
}

/* ============
   Description
   ============ */
.review-text-bg {
  display: none;
  position: absolute;
  background-color: #fff;
}

/* ============
   Stars
   ============ */
.review-star.active {
  color: #fcc33f;
}

/*  */
.house-description .container.review {
  padding-left: 0px;
  padding-right: 0px;
}

/* .container.review-carousel {
       height: 100%;
       padding: 0px;
} */
.carousel-control.review:hover {
  color: #1f2024;
}

.title-bg.house-review-title {
  display: none;
}

.title.review-item-title {
  z-index: 5;
  order: 3;
  margin-bottom: 0px;
  width: 100%;
  order: 2;
  width: auto;
  max-width: calc(100% - 140px);
  margin-right: auto;
  padding-right: 0.375rem;
  margin-bottom: 0.45rem;
}

.title.house-review-title {
  margin-right: 15px;
  margin-bottom: 5px;
  text-align: left;
}

.carousel-item-content.review {
  padding-right: 0px;
  padding-left: 0px;
}

.review-image-group {
  z-index: 5;
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
  margin-right: 10px;
  order: 2;
  display: none;
}

.review-image {
  display: block;
  width: 60px;
  background-color: #fff;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/avatar_1avatar.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-style: none;
  border-color: #c0c7d1;
  border-radius: 130px;
  height: 60px;
}

.review-image-efect {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  box-shadow: inset 0 0 10px 0 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
}

.review-image-bg {
  display: none;
}

.review-text-group {
  width: 100%;
  order: 1;
  border-radius: 6px;
  position: relative;
  order: 6;
  margin-top: 0.75rem;
  margin-bottom: 0px;
}

.review-text-group:only-child {
  margin-top: 0 !important;
}

.review-text {
  overflow: hidden;
  font-style: italic;
}

.review-item-title-text {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.4em;
  font-size: 1rem;
  line-height: 1.3em;
  color: #393b3f;
}

.review-subitem-title-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #abafb6;
  font-style: italic;
}

.review-star-item {
  display: flex;
}

.review-star-group {
  position: relative;
  order: 5;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
  margin-left: auto;
}

.review-star-group.house-itens {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-star-group.star-title {
  margin-top: 0px;
}

.review-star-group-bg {
  display: none;
}

.review-star {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding-right: 0.225rem;
  padding-left: 0.225rem;
  line-height: 1em;
  color: #abafb6;
  font-size: 0.875rem;
  padding-right: 0.075rem;
  padding-left: 0.075rem;
}

.review-star.star-title {
  font-size: 1.5rem;
}

.review-bg {
  display: none;
}

.house-review-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 1.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.house-review-row-bg {
  left: 10px;
  right: 10px;
  bottom: 0px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  display: none;
}

.house-description .house-review-row-bg {
  border-bottom: 1px solid #c0c7d1;
}

.house-review-col {
  padding: 0.75rem;
  width: 33.33%;
}
@media (max-width: 991px) {
  .house-review-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .house-review-col {
    width: 100%;
  }
}

.house-review-itens-group {
  order: 2;
  align-items: center;
  display: flex;
}

.house-review-itens-text2 {
  font-size: 12px;
  line-height: 16px;
  display: none;
}

.house-review-itens-icon-group {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-right: 0.375rem;
  display: flex;
}

.house-review-col-bg {
  display: none;
}

.house-review-title-text {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.1em;
}

.house-review-title-content {
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 20px;
  clear: both;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.house-description .house-review-title-content {
  width: 100%;
}

.house-review-itens-content {
  position: relative;
  display: flex;
  text-align: left;
  height: 100%;
  padding: 0.75rem;
  border-radius: 6px;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
}

.review-item-content {
  height: 100%;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 6px;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 1.5rem;
}

.review-item-bg {
  display: none;
}

.house-description .review-item-bg {
  bottom: calc(1.5rem - 3px);
  left: 1.5rem;
  right: 1.5rem;
}

.house-review-itens-icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 1em;
}

/* ============
   page inside
   ============ */
.page-reviews-content .btn {
  float: left;
}

.house-review-title-text2 {
  font-weight: normal;
  font-style: italic;
  color: #abafb6;
}

/* ---------------------------------- banner small ---------------------------------- */
.container.banner-small {
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.banner-small-btn-group {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.banner-small {
  margin-bottom: 0px;
  margin-top: 1.5rem;
}

.modules.banner-small {
  overflow: hidden;
  min-height: 40vh;
  max-height: 1000px;
  display: flex;
  flex-direction: column;
  order: 6;
  align-items: center;
  order: 5;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.modules.banner-small:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 20;
  pointer-events: none;
  background-size: cover;
  display: none;
}

.banner-small-group {
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  width: 100%;
  max-width: 1400px;
  flex-grow: 1;
  margin-right: auto;
  justify-content: flex-end;
  order: 2;
}

.banner-small-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: none;
  z-index: -1;
  border-radius: 6px;
  background-color: #000;
  opacity: 0.7;
}

.modulo-bg.banner-small {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  margin-right: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  order: 6;
  order: 5;
  right: 0px;
  margin-left: auto;
}

.banner-small-bg-effect {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.4;
  background-color: #000;
}

.banner-small-text1-group,
.banner-small-text2-group,
.banner-small-text3-group {
  width: 100%;
}

.banner-small-text1 {
  font-size: 0.875rem;
  line-height: 1.25em;
  font-weight: normal;
  font-size: 1.25rem;
}

.banner-small-text2 {
  color: inherit;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2em;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.3px;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .banner-small-text2 {
    font-size: 1.75rem;
    font-size: 2rem;
  }
}

.banner-small-text3 {
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: normal;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .banner-small-text3 {
    font-size: 1rem;
    font-size: 1.25rem;
  }
}

/* ========================
   Services
   ======================== */
.modules.bloco-services {
  order: 7;
  display: none;
}

/* ============
   Title
   ============ */
/* ============
   Carousel
   ============ */
.carousel.bloco-services {
  height: auto;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-bottom: 1.5rem;
  width: calc(100% + 3rem);
}

/* ============
   Itens
   ============ */
.carousel-item.bloco-services {
  padding: 1.5rem;
  width: 25%;
  width: 33.33%;
}
@media (max-width: 991px) {
  .carousel-item.bloco-services {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .carousel-item.bloco-services {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .carousel-item.bloco-services {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .carousel-item.bloco-services {
    width: 50%;
  }
}
@media (max-width: 630px) {
  .carousel-item.bloco-services {
    width: 100%;
  }
}

.carousel-item-content.bloco-services {
  padding: 0px;
}

.container.bloco-services-carousel {
  padding-left: 0px;
  padding-right: 0px;
}

.bloco-services-item-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: 1.5rem;
}

.bloco-services-item {
  border-radius: 6px;
  align-items: stretch;
  flex-direction: column;
  display: flex;
}

.bloco-services-content {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  flex: 1;
}

.bloco-services-item-bg {
  z-index: 0;
  display: none;
}

/* ============
   Image
   ============ */
.bloco-services-image-group {
  position: relative;
  float: left;
  flex: 0 0 auto;
  display: none;
}

.bloco-services-image-group.with-image {
  display: block;
  margin-bottom: 0.75rem;
}

.bloco-services-image {
  width: 100%;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/no-img.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 230px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.bloco-services-image-effect {
  padding-top: 60%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bloco-services-image-bg {
  display: none;
}

/* ============
   Title
   ============ */
.bloco-services-description-title-group {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.bloco-services-description-title-text {
  font-weight: bold;
  color: #393b3f;
  font-size: 1.25rem;
}

.bloco-services-description-subtitle-text {
  float: left;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.bloco-services-description-title-bg {
  display: none;
}

/* ============
   Description
   ============ */
.bloco-services-description {
  display: flex;
  flex-direction: column;
  float: left;
  flex: 1;
  align-items: stretch;
}

.bloco-services-description-content {
  position: relative;
  flex: 1;
}

.bloco-services-description-content-bg {
  display: none;
}

.bloco-services-description-bg {
  display: none;
}

/* ============
   Price
   ============ */
.bloco-services-description-price {
  display: flex;
  margin-top: 1.5rem;
}

.bloco-services-description-price-text {
  margin-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.2em;
}

.bloco-services-description-price-text.value {
  font-weight: bold;
  margin-left: auto;
  margin-right: 0px;
  font-size: 1.25rem;
  line-height: 1.2em;
}

.bloco-services-description-price-bg {
  display: none;
}

/* ============
   Info
   ============ */
.dropdown.bloco-services-info {
  width: 26px;
  height: 26px;
  order: 2;
  top: 0px;
  right: 0px;
  position: relative;
  margin-left: 0px;
  margin-right: -5px;
}

.btn.bloco-services-info {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0px;
  color: #abafb6;
  background: none;
  padding: 0px;
  top: -0.375rem;
}

.dropdown-btn-text.bloco-services-info {
  display: none;
}

.dropdown-btn-icon.bloco-services-info {
  display: none !important;
}

.dropdown-content-group.bloco-services-info {
  left: auto;
  top: auto;
  right: -1.5rem;
  min-width: 180px;
  bottom: 1.5rem;
}

.dropdown-content-arrow-group.bloco-services-info {
  left: auto;
  top: auto;
  right: 1.5rem;
  padding-top: 0px;
  padding-bottom: 1.05rem;
  display: block;
  transform: none;
  height: 2.25rem;
  bottom: -0.375rem;
}

.dropdown-content.bloco-services-info {
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.2em;
}

.bloco-services-info-text-bg {
  display: none;
}

/* ============
   No Carousel
   ============ */
.carousel.bloco-services.no-carousel {
  padding: 0px;
}

.no-carousel .carousel-control.bloco-services {
  display: none;
}
.no-carousel .carousel-item.bloco-services {
  height: auto !important;
}
.no-carousel .carousel-inner.bloco-services {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.no-carousel .bloco-services-description-title-text {
  height: auto;
}
.no-carousel .bloco-services-description-subtitle-text {
  height: auto;
}

/* ============
   Btn outside
   ============ */
.bloco-services-btn-outside-group {
  clear: both;
  text-align: center;
  margin-top: 1.5rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.bloco-services-outside {
  margin-bottom: 0px;
}

/* ========================
   Footer
   ======================== */
.footer {
  position: relative;
  order: 20;
  width: 100%;
  z-index: 0;
}

.modules.footer-p {
  padding: 0px;
  overflow: hidden;
}

.footer-bg {
  display: none;
}

.container.footer-p {
  clear: both;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  flex-direction: column;
  display: flex;
}

/* ============
   Itens
   ============ */
.footer-p-item-group {
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
}

.footer-p-item {
  z-index: 5;
  padding: 1.5rem;
  flex-grow: 1;
  flex-basis: 350px;
}

.footer-p-item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* ============
   Itens title
   ============ */
.title.footer-p {
  margin-bottom: 1.5rem;
  display: none;
}

.footer-p-title-text {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-top: -0.3rem;
  letter-spacing: 1.3px;
  font-weight: bold;
  font-size: 2rem;
  color: #393b3f;
}

.title-bg.footer-p {
  display: none;
}

.footer-p-title-text.partners {
  font-family: "Oswald", sans-serif;
}

.footer-p-title-text.email {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  color: #fff;
}

/* ============
   Partners
   ============ */
.footer-p-item-group.partners {
  order: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 20;
  background-color: #fff;
}

.title.footer-p.partners {
  display: block;
  text-align: center;
}

.footer-p-item.Partners {
  width: 100%;
  max-width: calc(1400px - 2.25rem) !important;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .footer-p-item.Partners {
    padding: 0px;
  }
}

.footer-p-partners-group {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -1.5rem;
  justify-content: center;
}
@media (max-width: 630px) {
  .footer-p-partners-group {
    margin: -0.9rem;
  }
}

.footer-p-partners-item {
  align-items: stretch;
  display: flex;
  padding: 1.5rem;
  width: 16.66%;
}
@media (max-width: 767px) {
  .footer-p-partners-item {
    width: 20%;
  }
}
@media (max-width: 630px) {
  .footer-p-partners-item {
    width: 25%;
    padding: 0.9rem;
  }
}
@media (max-width: 479px) {
  .footer-p-partners-item {
    width: 33.33%;
  }
}

.footer-p-partners-btn {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

/* ============
   Mail inscribe
   ============ */
.footer-p-item-group.message {
  position: relative;
  float: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #5882bf;
  color: #fff;
}

.footer-p-item-group.message:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1;
  display: block;
  mix-blend-mode: none;
  opacity: 1;
  background-size: cover;
  background-position: center center;
  display: none;
}

.footer-p-item-group-bg.message {
  position: absolute;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 3;
  pointer-events: none;
  background-size: cover;
  display: none;
  bottom: 0px;
}

.footer-p-item.email {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 1.5rem;
}

/* email title */
.title.footer-p.email {
  display: block;
}

.title-bg.footer-p.email {
  background-color: #fff;
}

/* email text */
.footer-p-mail-text-group {
  margin-bottom: 1.5rem;
  z-index: 2;
  position: relative;
  margin-top: -1.5rem;
}

/* email form */
.form-group.footer-p-email {
  clear: both;
  z-index: 2;
  position: relative;
  margin-top: 0.75rem;
}

.form-content.footer-p-email {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 479px) {
  .form-content.footer-p-email {
    flex-wrap: wrap;
  }
}

.input-group.footer-p-email {
  margin-bottom: 0px;
  padding-right: 0px;
  flex-grow: 6;
}
@media (max-width: 479px) {
  .input-group.footer-p-email {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.label.footer-p-email {
  display: none;
}

.input-icon.footer-p-email {
  width: 2.625rem;
  margin-bottom: -60px;
  height: 60px;
  padding-left: 0.75rem;
  justify-content: center;
}

.input.footer-p-email {
  border-radius: 6px 0px 0px 6px;
  height: 60px;
  padding: 1.05rem 2.25rem;
  background-color: #fff;
  border-color: #fff;
  border-right: none;
}
@media (max-width: 479px) {
  .input.footer-p-email {
    border-radius: 6px;
  }
}

.input.footer-p-email::placeholder {
  color: #abafb6;
}

/* btn */
.btn.footer-p-email-btn {
  border-radius: 6px;
  display: flex;
  margin: 0px;
  height: 60px;
  min-height: 0px;
}
@media (min-width: 480px) {
  .btn.footer-p-email-btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

.footer-p-email-btn-group {
  flex-grow: 1;
  padding: 0px;
}
@media (max-width: 479px) {
  .footer-p-email-btn-group {
    width: 100%;
  }
}

.btn-icon.footer-p-email-btn {
  display: none;
}

/* ============
   Various (Logo, contact, social, links)
   ============ */
.footer-p-item-group.various {
  order: 4;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9ecef;
}

.footer-p-various-content {
  width: 100%;
  max-width: calc(1400px + 3rem);
  flex-wrap: wrap;
  display: flex;
  z-index: 3;
  align-items: stretch;
  margin: -1.5rem auto;
  justify-content: flex-start;
}

/* ============
   Company (logo and text)
   ============ */
.footer-p-item.company {
  order: 1;
  flex-basis: 470px;
}

.footer-p-item-content.company {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

/* company title */
.title.footer-p.company {
  display: none;
}

/* company image */
.footer-p-company-image-group {
  order: 1;
}

.footer-p-company-image {
  max-width: 200px;
  max-height: 60px;
}

.footer-p-company-image-bg {
  display: none;
}

/* company text */
.footer-p-company-text-group {
  order: 3;
  padding-top: 1.5rem;
}

.footer-p-company-text {
  opacity: 0.7;
}

.footer-p-company-text-bg {
  display: none;
}

/* ============
   Contact
   ============ */
.footer-p-item.contacts {
  order: 3;
}

/* contact title */
/* contact itens */
.footer-p-contacts-group {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  margin-bottom: -0.75rem;
  flex-wrap: wrap;
}

.footer-p-contacts-group-bg {
  display: none;
}

.footer-p-contacts-item-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-p-contacts-icon {
  float: left;
  margin-right: 0.75rem;
  font-size: 1.125rem;
}

.footer-p-contacts-text {
  float: left;
}

.footer-p-contacts-item-bg {
  display: none;
}

/* ============
   Social
   ============ */
.footer-p-item.social {
  order: 4;
}

/* social title */
/* social itens */
.footer-p-social-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.45rem;
}

.footer-p-social-item {
  padding: 0.45rem;
}

.footer-p-social-btn-group {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #56575c;
  align-items: center;
  flex-direction: row;
}
.footer-p-social-btn-group:hover {
  opacity: 0.75;
}

.footer-p-social-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 6px;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.875rem;
  background-color: #fff;
}
.footer-p-social-btn-icon.facebook {
  padding-right: 1px;
}
.footer-p-social-btn-icon.twitter {
  padding-left: 1px;
  padding-top: 2px;
}
.footer-p-social-btn-icon.linkedin {
  padding-bottom: 2px;
  padding-left: 1px;
}
.footer-p-social-btn-icon.whatsapp {
  padding-left: 1px;
}

.footer-p-social-btn-text {
  display: none;
}

.footer-p-social-btn-bg {
  display: none;
}

/* ============
   Title
   ============ */
/* ============
   Title
   ============ */
/* ============
   Title
   ============ */
/* ============
   Title
   ============ */
/* ============
   Title
   ============ */
.btn.footer-p-message-btn {
  margin-bottom: 0px;
  float: right;
}

.modules.footer-s {
  clear: both;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #e9ecef;
  font-size: 0.75rem;
  line-height: 1.2em;
  color: #abafb6;
  font-weight: normal;
  background-color: #dadee4;
  color: #56575c;
}

.container.footer-s {
  display: flex;
  position: relative;
}

.modulo-bg.footer-s {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}

.title-bg.footer-p.company2 {
  display: none;
}

.title-bg.footer-p-menu {
  display: none;
}

.label.footer-p-message {
  color: #56575c;
}

.title.footer-p-menu {
  width: 100%;
  margin-bottom: 0.75rem;
  flex: 0 0 auto;
  display: none;
}

.footer-s-logo-image-group {
  float: left;
  margin-right: 8px;
  display: none;
}

.footer-s-logo-image {
  max-height: 14px;
  max-width: 80px;
  float: left;
}

.footer-s-developed-bg {
  display: none;
}

.footer-s-logo-bg {
  display: none;
}

.footer-p-item.company2 {
  width: 25%;
  float: right;
  text-align: right;
}

.footer-p-item.menu {
  order: 5;
  flex-basis: 500px;
}

.footer-p-item.message {
  width: 100%;
}

.footer-p-company2-image {
  max-height: 70px;
  max-width: 180px;
}

.footer-p-company2-image-bg {
  display: none;
}

.footer-p-company2-text {
  margin-top: 20px;
}

.footer-p-company2-text-bg {
  display: none;
}

.footer-p-social-bg {
  display: none;
}

.footer-p-menu-item-group {
  display: flex;
  margin: -1.5rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-p-menu-item {
  padding: 1.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.footer-p-menu-title-text {
  font-weight: 700;
}

.footer-p-menu-btn {
  display: block;
  text-decoration: none;
  padding-bottom: 0.375rem;
  opacity: 0.7;
  font-size: 0.875rem;
  line-height: 1.5em;
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.footer-p-menu-btn:hover {
  opacity: 1;
}

.footer-p-menu-btn:hover {
  opacity: 1;
}

.footer-p-menu-item-bg {
  display: none;
}

.footer-s-item-group {
  clear: both;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-s-bg {
  display: none;
}

.footer-s-item {
  margin-right: 0.75rem;
}
@media (max-width: 767px) {
  .footer-s-item {
    margin-right: 0px;
    margin-bottom: 0.375rem;
  }
}

.footer-s-item.developed {
  text-align: right;
  margin-right: 0px;
  margin-bottom: 0px;
}

.footer-s-item-content.social {
  display: inline-block;
}

.footer-p-contacts-item.email {
  margin-top: 5px;
}

.footer-p-message-text-group {
  margin-bottom: 20px;
  text-align: left;
}

.footer-s-social-item-group {
  margin-right: -5px;
  margin-left: -5px;
}

.footer-s-social-item {
  float: left;
}

.footer-s-social-btn {
  margin-top: -5px;
  padding: 5px;
}

.footer-s-social-icon {
  color: #777b83;
}

.footer-s-social-text {
  display: none;
}

.footer-s-social-bg {
  display: none;
}

.footer-s-menu-group {
  margin-right: -10px;
  margin-left: -10px;
}

.footer-s-menu-btn {
  margin-right: 10px;
  margin-left: 10px;
  color: #777b83;
  font-size: 12px;
  text-decoration: underline;
}

.footer-s-menu-bg {
  display: none;
}

.footer-s-logo-text {
  float: left;
}

.footer-s-developed-link {
  color: #56575c;
  margin-left: 0.3rem;
}

/* ========================
   Pages title
   ======================== */
.modulo-bg.page-title {
  display: block;
  z-index: 1;
  background-color: #5882bf;
}

.modulo-bg-page-title-image {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/retangle.jpg");
}

.modulo-bg-page-title-efect {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 20;
  pointer-events: none;
  background-size: cover;
  display: none;
}

.page-title-group {
  width: 100%;
  position: relative;
  z-index: 5;
  padding-top: 0.75rem;
}

.container.page-title {
  color: #56575c;
  display: flex;
  align-items: center;
  min-height: 120px;
  min-height: 0px;
  color: #fff;
}

.page-title-content {
  z-index: 5;
  position: relative;
}

.page-title-container-bg {
  display: none;
}

/* ============
   Text
   ============ */
.page-title-title-text {
  line-height: 1.2em;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.3px;
  font-size: 2.5rem;
}

.page-title-title-bg {
  display: none;
}

.page-title-subtitle-text {
  font-weight: normal;
  font-style: italic;
  font-size: 1.5rem;
  color: #fff;
}

/* ============
   Review
   ============ */
.page-title-review-group {
  position: relative;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: row;
  color: #abafb6;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  color: #abafb6;
}

.page-title-review-bt {
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  display: none;
}

.page-title-review-stars {
  display: block;
  margin-right: 0.15rem;
  margin-left: -0.15rem;
}

.page-title-review-star-icon {
  display: flex;
  padding-right: 0.15rem;
  padding-left: 0.15rem;
  float: left;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.25em;
}

.page-title-review-star-icon.active {
  color: #fcc33f;
}

.page-title-review-text-group {
  margin-left: 0.15rem;
}

.page-title-review-text {
  font-size: 0.75rem;
  line-height: 1.25em;
}

.page-title-review-bg {
  display: none;
}

/* ============
   Per page (House)
   ============ */
.house-modules-title-and-itens {
  order: 5;
  z-index: 5;
}

.house-modules-title-group {
  display: flex;
  flex-direction: column;
}
.house-modules-title-group .container.page-title {
  min-height: 0px;
}
.house-modules-title-group .container.page-title {
  padding-bottom: 0px;
}

/* ========================
   Houses hero
   ======================== */
.modules.house-hero {
  position: relative;
  z-index: 10;
  width: 100%;
  flex: 1;
  order: 3;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.house-hero {
  max-width: calc(100% + 3rem);
  display: flex;
  flex-direction: column-reverse;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .container.house-hero {
    flex-direction: column;
  }
}

.modules.page-title.house {
  padding-bottom: 0px;
  position: static;
  padding-top: 0px;
}

.page-title-group.house {
  padding-top: 3rem;
}

/* ============
   btn hover banner
   ============ */
.house-hero-btn-group,
.house-hero-3d-group {
  z-index: 50;
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  justify-content: center;
  display: flex;
}

.house-hero-btn-container,
.house-hero-3d-container {
  width: 100%;
  display: flex;
  padding: 1.2rem 2.25rem;
  max-width: 1400px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .house-hero-btn-container,
  .house-hero-3d-container {
    padding-bottom: 0px;
  }
}

.btn.house-hero-btn,
.btn.house-hero-3d {
  pointer-events: auto;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: calc(0.45rem + 1px) 1.35rem;
  min-height: auto;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  background-color: #fff;
  color: #393b3f;
}
.btn.house-hero-btn:hover,
.btn.house-hero-3d:hover {
  background-color: #e9ecef;
}

.btn-container.house-hero-btn,
.btn-container.house-hero-3d {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.btn-icon.house-hero-btn,
.btn-icon.house-hero-3d {
  font-size: 1.125rem;
  margin-left: 0px;
  margin-right: 0.375rem;
}

/* ============
   Hero 3D group
   ============ */
.btn-icon.house-hero-3d {
  margin: 1px 0.375rem -1px 0px;
}

.house-hero-3d-tx2 {
  margin-left: 0.375rem;
}

.house-modules-title-and-itens {
  position: relative;
  background-color: #fff;
}

.modulo-bg.page-title.house {
  display: none;
}

.house .modulo-bg-page-title-image {
  display: none !important;
}

.house-modules-title-and-itens .page-title-title-text {
  color: #c12061;
}

.house-modules-title-and-itens .page-title-title-bg,
.house-detail .house-modules-title-group-bg,
.condo-detail .house-modules-title-group-bg {
  background-color: #fff;
}

.house-modules-title-and-itens .page-title-subtitle-text {
  color: #abafb6;
}

.house-detail .house-modules-title-group-bg,
.condo-detail .house-modules-title-group-bg {
  display: none;
}

/* ============
   Carousel
   ============ */
.carousel.house-hero {
  height: 60vh;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  width: 100%;
  margin: 0px auto;
  min-height: 350px;
  max-height: 650px;
  position: relative;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .carousel.house-hero {
    height: 55vh;
    min-height: 300px;
    max-height: 600px;
  }
}

.carousel-inner.house-hero {
  border-radius: 0px;
}

.house-hero-bg {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 15;
  pointer-events: none;
  background-size: cover;
  display: none;
  display: block;
}
@media (max-width: 767px) {
  .house-hero-bg {
    bottom: 0px;
  }
}

/* ============
   controls arrows
   ============ */
/* same as banner home */
.carousel-indicators.house-hero {
  font-size: 0.875rem;
  bottom: 1.35rem;
}

.house .page-title-content {
  padding-bottom: 0px;
}

/* ============
   carousel content (itens) 
   ============ */
.carousel-item-content.house-hero {
  padding: 0px;
}

.container.house-hero-carousel {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.house-hero-image-group {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.house-hero-carousel-bg {
  display: none;
}

/* hover */
.house-hero-image-hover {
  display: none;
}

.house-hero-slide-hover {
  text-decoration: none;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: all 300ms ease;
}
.house-hero-slide-hover:hover {
  opacity: 1;
}

.house-hero-image-icon {
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 6px;
  font-size: 1.125rem;
  color: #fff;
  background-color: rgba(31, 32, 36, 0.6);
}

.house-hero-image {
  width: 100%;
  height: 100%;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/no-img.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.house-hero-image-effect {
  display: none;
}

/* ============
   Photos
   ============ */
/* ============
   Photos condo hero ==========================================
   ============ */
/* ========================
   House itens (after title)
   ======================== */
.modules.house-itens {
  padding-top: 0px;
  padding-bottom: 0.75rem;
}

.house-modules-title-and-itens-bg {
  display: none;
}

.house-modules-title-group-bg {
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  display: block;
  z-index: 1;
  position: absolute;
}

.modulo-bg-page-title-group-image {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
}

.modulo-bg-page-title-group-efect {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 20;
  pointer-events: none;
  background-size: cover;
  display: none;
}

.modulo-bg.house-itens {
  display: none;
}

.house-itens-content {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.45rem;
  margin-left: -0.45rem;
  padding-bottom: 0.225rem;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.house-itens-item-group {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.house-itens-item {
  position: relative;
  display: flex;
  align-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  color: #56575c;
}

.house-itens-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
  will-change: all;
  font-size: 1.5rem;
  margin-bottom: 0.375rem;
  line-height: 0.875em;
  margin-bottom: 0.3rem;
  font-size: 1.25rem;
  margin-right: 0.45rem;
  margin-bottom: 0px;
}

.house-itens-text {
  display: block;
  flex-direction: column;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2m;
  font-size: 0.875rem;
  line-height: 1.4em;
}

.house-itens-item-bg {
  display: none;
}

.house-itens-itens-bg {
  display: none;
}

.house-itens-content-bg {
  display: none;
}

/* ========================
   Houses detail - Price
   ======================== */
.modules.price {
  z-index: 5;
  padding-top: 0.375rem;
  padding-left: 3rem;
  padding-bottom: 0px;
  width: calc(350px + 4.5rem);
  grid-row: 1/4;
  grid-area: price;
}
@media (max-width: 991px) {
  .modules.price {
    width: calc(300px + 3rem);
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .modules.price {
    width: auto;
    padding-left: 0px;
  }
}

.container.price {
  padding: 0px;
  position: sticky;
  top: 56px;
}

.title.default.price {
  margin-bottom: 1.5rem;
}

.price-group {
  width: 100%;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  position: relative;
  padding: 1.5rem;
  margin-bottom: 3rem;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: #abafb6;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .price-group {
    margin-bottom: 0px;
  }
}

/* ============
   prices
   ============ */
.price-value {
  position: relative;
  line-height: 1.6em;
  align-items: stretch;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.price-value-group {
  display: table;
  width: 100%;
  margin: -0.3rem;
}

.price-value-bg {
  display: none;
}

.price-value-text-1-group {
  display: table-row;
  position: relative;
}

.price-value-text-1 {
  text-align: left;
  padding: 0.15rem;
  display: table-cell;
}

.price-value-text-2 {
  font-weight: bold;
  text-align: right;
  padding: 0.15rem;
  display: table-cell;
  white-space: nowrap;
}

.price-value-text-1-group.total {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6em;
  color: #393b3f;
}

.price-value-text-1-group.price2 {
  font-style: italic;
  font-weight: bold;
}

.title-default-text.price {
  text-align: left;
  font-size: 1.25rem;
}

.title-bg.default.price {
  margin-left: 0px;
}

.price-value-group-bg {
  display: none;
}

.price-value-title-group {
  margin-bottom: 0.45rem;
}

.price-value-title {
  font-weight: bold;
}

/* value big */
.price-value-big {
  flex: 1;
  display: flex;
  align-items: stretch;
  align-self: stretch;
  margin-bottom: 1.5rem;
}

.price-value-big-text-group {
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.price-value-big-text-1 {
  font-size: 1.5rem;
  line-height: 1.2em;
}

.price-value-big-text-2 {
  font-size: 2.5rem;
  line-height: 1.2em;
}

/* ============
   inputs
   ============ */
.price-search-item {
  padding: 0px;
}

.price-search-item.checkin {
  width: auto;
  float: none;
  flex: 2;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .price-search-item.checkin {
    width: 100%;
    flex: 0 0 auto;
  }
}

.price-search-input-group.checkin {
  display: flex;
  width: 100%;
  position: relative;
}

.input-group.price-search {
  margin-bottom: 0px;
  width: 50%;
}

.input.price-search {
  padding-right: 1.5rem;
  font-size: 0.875rem;
  border: 1px solid #dadee4;
}

.input.price-search.checkin {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}

.input.price-search.checkout {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
}

.price-search-input-bg {
  display: none;
}

.price-search-item-bg {
  display: none;
}

.price-form-bg {
  display: none;
}

/* ============
   Guests input
   ============ */
.price-search-item.guests {
  flex: 1;
  margin-bottom: 1.2rem;
}
.price-search-item.guests .input-group.price-search {
  width: 100%;
}

/* ============
   btn
   ============ */
.price-search-item.price-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .price-search-item.price-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* ============
   text bottom
   ============ */
.price-info-content {
  padding-top: 1.5rem;
  order: 1;
}

.price-info-group {
  font-size: 0.75rem;
  line-height: 1.4em;
  color: #abafb6;
}

.price-info-contact {
  margin-top: 0.75rem;
}

.price-info-title-text-1 {
  font-weight: bold;
}

.price-info-contact-icon {
  float: left;
  margin-right: 0.375rem;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0.375rem;
}

.price-info-link-group {
  margin-top: 0.75rem;
}

.price-info-link {
  color: #abafb6;
}

.price-info-content-bg {
  display: none;
}

/* ========================
   house description
   ======================== */
.house-modules-middle {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.modules.house-description {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.house-description {
  position: relative;
}

.house-detail .container.photo-gallery,
.house-detail .container.house-video {
  padding-left: 0px;
  padding-right: 0px;
}

.nav-tabs-group.house-description .title.default {
  margin-bottom: 1.5rem;
}

/* ------------------ tabs -------------------- */
.nav-tabs.house-description {
  min-width: 100%;
  padding-bottom: 1.5rem;
  grid-area: menu;
}

.nav-tabs-group.house-description {
  position: relative;
  display: grid;
  max-width: 100%;
  grid-template-columns: auto calc(350px + 4.5rem);
  grid-template-rows: auto 1fr;
  grid-template-areas: "menu price" "cont price";
}
@media (max-width: 991px) {
  .nav-tabs-group.house-description {
    grid-template-columns: auto calc(300px + 3rem);
  }
}
@media (max-width: 991px) {
  .nav-tabs-group.house-description {
    grid-template-columns: auto calc(300px + 3rem);
  }
}
@media (max-width: 767px) {
  .nav-tabs-group.house-description {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.nav-tabs-container-group.house-description {
  position: relative;
  flex-wrap: wrap;
  flex: 1;
  order: 4;
  grid-area: cont;
}
@media (max-width: 991px) {
  .nav-tabs-container-group.house-description {
    order: 6;
  }
}
.nav-tabs-container-group.house-description .modules {
  padding-top: 0px;
  padding: 1.5rem;
  width: calc(100% + 3rem);
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 1.5rem;
}
.nav-tabs-container-group.house-description .container {
  padding: 0px;
}

.nav-tabs-container.house-description {
  float: left;
  width: 100%;
  position: relative;
}

.nav-tabs-container.house-description .modules:last-child {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}

.nav-tabs-container-anchor {
  position: absolute;
  top: calc(-120px - 80px - 1.05rem - 1.05rem - 1rem - 1.5rem);
}

.nav-tabs-btn-icon.house-description {
  display: none;
}

.house-description-menu {
  position: sticky;
  display: none;
  flex-direction: column;
  z-index: 500;
  top: 56px;
  order: 1;
  grid-area: menu;
}

.simple-text-content .simple-text-group:nth-last-child(-n+2) p:last-child {
  margin-bottom: 0px;
}

/* ============
   Simple Itens
   ============ */
.container.simple-itens {
  display: flex;
  flex-wrap: wrap;
}

.simple-itens-group {
  width: 100%;
  margin-top: 1.5rem;
}

.simple-itens-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.simple-itens-item {
  display: flex;
  width: 33.33%;
  align-items: center;
  padding: 0.375rem 0.75rem;
}
@media (max-width: 991px) {
  .simple-itens-item {
    width: 50%;
  }
}

.simple-itens-item-icon {
  margin-right: 0.75rem;
  font-size: 1rem;
  color: #c12061;
}

.condo-detail .simple-itens-item {
  width: 25%;
}
@media (max-width: 991px) {
  .condo-detail .simple-itens-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .condo-detail .simple-itens-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .condo-detail .simple-itens-item {
    width: 100%;
  }
}
.condo-detail .simple-itens-item .title-container.default.simple-itens {
  margin-bottom: 0px;
}

/* ---------------------------------- room-types ---------------------------------- */
.title.room-types-title {
  margin-bottom: 0px;
  padding: 0.375rem 0.75rem;
}

.title-bg.room-types-title {
  display: none;
}

.room-types-group {
  position: relative;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  padding: 1.05rem;
}

.room-types-itens-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.room-types-itens-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.room-types-itens-icon {
  display: inline-block;
  font-size: 1.25rem;
  float: left;
  color: #c12061;
}

.room-types-itens-icon-group {
  float: left;
  margin-right: 0.75rem;
}

.room-types-itens-text-group {
  float: left;
}

.room-types-itens-bg {
  display: none;
}

.room-types-container-bg {
  display: none;
}

.room-types-itens-col {
  padding: 0.375rem 0.75rem;
}

.room-types-row {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin: -1.05rem;
}

.room-types-col {
  padding: 0.75rem;
  padding: 1.05rem;
  width: 33.33%;
}
@media (max-width: 991px) {
  .room-types-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .room-types-col {
    width: 100%;
  }
}

/* ========================
   House Photos
   ======================== */
.house-detail .gallery-thumbnail-group {
  width: 25%;
}
@media (max-width: 991px) {
  .house-detail .gallery-thumbnail-group {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .house-detail .gallery-thumbnail-group {
    width: 50%;
  }
}

/* ---------------------------------- house video ---------------------------------- */
.title.default.house-video.house {
  /* display: none */
}

.house-video-video-content {
  margin-right: auto;
  margin-left: auto;
  min-height: 560px;
  width: 100%;
}
@media (max-width: 991px) {
  .house-video-video-content {
    min-height: 330px;
  }
}
@media (max-width: 767px) {
  .house-video-video-content {
    min-height: 400px;
  }
}
@media (max-width: 479px) {
  .house-video-video-content {
    min-height: 250px;
  }
}

.house-video-video-group {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 6px;
}

.house-video-container-bg {
  display: none;
}

.house-video-video-bg {
  display: none;
}

.house-video-description-bg {
  display: none;
}

/* ========================
   House Review
   ======================== */
.house-detail .house-review-col {
  width: 33.33%;
}
@media (max-width: 991px) {
  .house-detail .house-review-col {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .house-detail .house-review-col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .house-detail .house-review-col {
    width: 100%;
  }
}

/* ---------------------------------- Distances (house detail) ---------------------------------- */
.house-detail .container.distances {
  padding-left: 0px;
  padding-right: 0px;
}

.distances-content {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-top: 0px;
}

.distances-item-group {
  display: flex;
  align-items: stretch;
  padding: 0.75rem;
  width: 50%;
}
@media (max-width: 991px) {
  .distances-item-group {
    width: 100%;
  }
}

.condo-detail .distances-item-group {
  width: 50%;
}
@media (max-width: 1240px) {
  .condo-detail .distances-item-group {
    width: 100%;
  }
}

.condo .container {
  padding-left: 20px;
  padding-right: 20px;
}

.condo .house-hero .container {
  padding-left: 0px;
  padding-right: 0px;
}

.distances-item {
  width: 100%;
  position: relative;
  padding: 0.75rem;
  border-radius: 6px;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  display: grid;
  grid-template-columns: 102px auto;
  grid-template-rows: auto auto;
  grid-template-areas: "img title" "img miles";
  row-gap: 0.15rem;
  column-gap: 1.5rem;
}
@media (max-width: 479px) {
  .distances-item {
    padding: 0px;
  }
}
.distances-item:after, .distances-item:before {
  display: none !important;
}

.distances-image-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  grid-area: img;
}

.distances-image {
  width: 68px;
  height: 54px;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/avatar_1avatar.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 102px;
  height: 81px;
}

.distances-image-efect {
  display: none;
}

.distances-image-bg {
  display: none;
}

.distances-item-text1-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  grid-area: title;
  align-self: flex-end;
}

.distances-item-text1 {
  font-weight: bold;
}

.distances-item-text2 {
  font-size: 85%;
  color: #abafb6;
  line-height: 1.5em;
}
@media (max-width: 479px) {
  .distances-item-text2 {
    display: none;
  }
}

.distances-item-text3-group {
  display: flex;
  font-size: 1.25rem;
  grid-area: miles;
  color: #c12061;
}
@media (max-width: 479px) {
  .distances-item-text3-group {
    font-size: 1rem;
  }
}

.distances-item-bg {
  display: none;
}

.distances-bg {
  display: none;
}

.plan .gallery-thumbnail-group {
  width: 100% !important;
}
.plan .gallery-thumbnail-image.photo-gallery {
  padding: 0px;
}

/* ---------------------------------- house calendar tab ---------------------------------- */
.modules.calendar {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.875rem;
}

.container.calendar {
  padding-left: 0px;
  padding-right: 0px;
}

.house-calendar-group .linha {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -9px;
}
.house-calendar-group .col-agenda {
  width: 33.333%;
  float: left;
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .house-calendar-group .col-agenda {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .house-calendar-group .col-agenda {
    width: 100%;
  }
}
.house-calendar-group h5.tx-meio {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #c12061;
}
.house-calendar-group .agenda {
  display: flex;
  flex-wrap: wrap;
}
.house-calendar-group .agenda-titulo,
.house-calendar-group .agenda-dia {
  width: 14.28%;
  padding: 8px 5px;
  text-align: center;
  position: relative;
}
.house-calendar-group .agenda-dia:before {
  content: "";
  bottom: 2px;
  right: 2px;
  left: 2px;
  top: 2px;
  position: absolute;
  background-color: #f2f4f5;
  z-index: -1;
  border-radius: 6px;
}
.house-calendar-group .agenda-dia.proximo-mes:before {
  background-color: #fff;
}
.house-calendar-group .agenda-titulo {
  color: #abafb6;
}
.house-calendar-group .agenda-dia.bloqueado {
  border: none;
  color: #dadee4;
}
.house-calendar-group .agenda-dia.bloqueado:before {
  background-color: #fff;
}
.house-calendar-group .bloqueado .agenda-dia-bg {
  bottom: 1px;
  right: 0px;
  left: 0px;
  top: 1px;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
/* ---------------------------------- map houses ---------------------------------- */
.map-houses-map {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  height: 50vh;
  max-height: 400px;
}
.map-houses-map iframe {
  width: 100%;
  height: 100%;
}

/* ---------------------------------- about ---------------------------------- */
.about-text1-group {
  width: 50%;
  padding: 20px;
  float: left;
  order: 2;
}

.about-image1-group {
  width: 100%;
  position: relative;
  float: right;
  padding: 20px;
  order: 1;
}

.about-image2-group {
  width: 100%;
  position: relative;
  float: left;
  padding: 20px;
  order: 4;
}

.about-text2-group {
  width: 50%;
  padding: 20px;
  float: right;
  clear: both;
  order: 3;
}

.about-container {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}

.about-text1-bg {
  display: none;
}

.about-image1 {
  width: 100%;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/no-img.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30%;
  border-radius: 6px;
}

.about-image1-effect {
  bottom: 35px;
  right: 35px;
  left: 20px;
  top: 20px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  display: none;
}

.about-image2 {
  width: 100%;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/no-img.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 25%;
  border-radius: 6px;
}

.about-image2-effect {
  bottom: 35px;
  right: 20px;
  left: 35px;
  top: 20px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  display: none;
}

.about-text1-title,
.about-text2-title {
  font-weight: 700;
}

@media (max-width: 767px) {
  .about-text1-group {
    width: 100%;
  }
  .about-image1-group {
    width: 100%;
  }
  .about-image2-group {
    width: 100%;
  }
  .about-text2-group {
    width: 100%;
  }
  .about-image1,
  mage2 {
    padding-top: 35%;
  }
}
@media (max-width: 479px) {
  .about-image1,
  mage2 {
    padding-top: 40%;
  }
}
/* ---------------------------------- phrase ---------------------------------- */
.modules.phrase {
  min-height: 340px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 30;
  text-align: center;
}

.modulo-bg.phrase {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
}

.modulo-bg-phrase-image {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  mix-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.7;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.modulo-bg-phrase-efect {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 1;
}

.container.phrase {
  align-items: center;
  min-height: 180px;
  color: #393b3f;
  justify-content: center;
  text-align: center;
}

.title-container.default.phrase {
  margin-bottom: 0px;
}

.title-default-text.phrase,
.phrase-group {
  color: #c12061;
}

.phrase-bg {
  display: none;
}

.phrase-text-1 {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: normal;
}

.phrase-text-2 {
  font-size: 0.85rem;
  line-height: 1.5em;
  font-weight: normal;
  font-style: italic;
  margin-top: 0.75rem;
}

/* ---------------------------------- team ---------------------------------- */
.title.default.team {
  margin-bottom: 20px;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}

.team-group {
  float: left;
  width: 33.33%;
  padding: 0.75rem;
}
@media (max-width: 767px) {
  .team-group {
    width: 100%;
  }
}

.team-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.team-image {
  position: relative;
  z-index: 5;
  background-color: #e9ecef;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/no-img.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 6px;
  padding-top: 100%;
}

.team-image-effect {
  display: none;
}

.team-sub-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.team-title-text {
  font-size: 18px;
  line-height: 24px;
  color: #393b3f;
}

.team-text-bg {
  display: none;
}

.title-bg.team-title {
  display: none;
}

.team-content-bg {
  display: none;
}

.team-image-group {
  position: relative;
  width: 130px;
  padding: 0.75rem;
}

.team-text-group {
  flex: 1;
  min-width: 200px;
  padding: 0.75rem;
}

.team-image-bg {
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 0;
  display: none;
  width: 119px;
  height: 119px;
  border-radius: 100% 100% 20px;
  background-color: #dadee4;
}

/* ---------------------------------- faq ---------------------------------- */
.page-title-group.faq {
  margin-left: auto;
  margin-right: auto;
}

.btn.faq-questions {
  background-color: transparent;
  text-align: left;
  font-weight: bold;
  padding: 0.75rem 0px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding: 1.35rem 1.5rem;
  border-radius: 0px;
  color: #777b83;
}

.btn.faq-questions:hover {
  background-color: #f2f4f5;
}

.dropdown-btn-icon.faq-questions {
  order: -1;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-top: -1px;
  margin-left: 0px;
  width: 0.75rem;
}

.dropdown.faq-questions {
  display: block;
  margin-bottom: 1.05rem;
  border: 1px solid #dadee4;
  border-radius: 6px;
}

.dropdown-content-group.faq-questions {
  position: relative;
  padding: 0px;
  margin: 0px;
  min-width: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
}

.dropdown-content-group.faq-questions.w--open {
  box-shadow: none;
}

.dropdown-content-arrow-group.faq-questions {
  display: none;
}

.dropdown-content.faq-questions {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  width: auto;
  overflow: visible;
  max-height: none;
  padding: 0.45rem 0px 0px 1.5rem;
  margin: 0px 0px 0.75rem;
  margin: 0px 0px 1.35rem;
}

.dropdown-btn-text.faq-questions {
  white-space: normal;
}

.btn-container.faq-questions {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.btn-bg.faq-questions {
  display: none;
}

.faq-questions-dropdown-text:last-child {
  margin-bottom: 0px;
}

.faq-questions-text-group {
  width: 100%;
  margin-top: 1.5rem;
}

.faq-questions-text-bg {
  display: none;
}

.faq-questions-container-bg {
  display: none;
}

.faq-questions-itens {
  flex: 1;
  grid-template-columns: 1fr 1fr;
}

.faq-questions-text {
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .faq-questions-text-group {
    width: 100%;
    max-width: 100%;
  }
  .container.faq-questions {
    flex-direction: column;
  }
}
/* ---------------------------------- contact page ---------------------------------- */
.contact-page-general {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contact-page-general {
    flex-direction: column;
  }
}

/* ---------------------------------- contact content ---------------------------------- */
.title-bg.contact-content-title {
  display: none;
}

.contact-content {
  order: 1;
  width: 50%;
}
@media (max-width: 767px) {
  .contact-content {
    width: 100%;
    flex: 1;
  }
}

.contact-content-item {
  margin-bottom: 8px;
}

.contact-content-item-icon {
  margin-right: 6px;
  float: left;
  font-size: 0.875rem;
}

.contact-content-item-bg {
  display: none;
}

.contact-content-bg {
  display: none;
}

.contact-content-title-text {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #393b3f;
}

@media (max-width: 479px) {
  .contact-content {
    width: 100%;
  }
}
/* ---------------------------------- contact form ---------------------------------- */
.btn.contact-form {
  float: right;
}

.btn-icon.contact-form {
  font-size: 1.125rem;
  width: 1.125rem;
}

.form-group.contact-form {
  order: 2;
  width: 50%;
}
@media (max-width: 767px) {
  .form-group.contact-form {
    width: 100%;
    flex: 1;
  }
}

.input-group.contact-form {
  width: 100%;
  flex: 0 0 auto;
  z-index: 1;
}

.input-group.contact-form.name {
  width: 50%;
  padding-right: 0.75rem;
  order: -1;
}

.input-group.contact-form.phone {
  width: 50%;
  padding-left: 0.75rem;
  order: -1;
  z-index: 4;
}

.input-icon-error.contact-form {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.contact-form-btn-group {
  flex: 1;
}

.form-content.contact-form {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .input-group.contact-form.name {
    width: 100%;
    padding-right: 0px;
  }
  .input-group.contact-form.phone {
    width: 100%;
    padding-left: 0px;
  }
}
/* ---------------------------------- contact map ---------------------------------- */
.contact-map {
  position: relative;
  order: 10;
  display: none;
  flex: 1;
}

.contact-map-group {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.contact-map-map iframe {
  width: 100%;
  height: 100%;
}

.contact-map-map-bg {
  display: none;
}

.contact-map-directions {
  display: none;
}

.contact-map-bg {
  display: none;
}

@media (max-width: 767px) {
  .contact-map-map {
    height: 350px;
  }
}
@media (max-width: 479px) {
  .contact-map-map {
    height: 300px;
  }
}
/* ---------------------------------- Review Form ---------------------------------- */
.review-form .review-form-item-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
}

.title.review-form-item-title {
  margin-bottom: 20px;
  padding-right: 2.25rem;
  min-height: 43px;
  display: flex;
  align-items: center;
}

.review-form-item-title .title-container {
  width: 100%;
}

.review-form-item-title-text {
  /* font-weight: bold */
  font-size: 18px;
  line-height: 24px;
}

.review-form-item-sub-title-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.review-form-item-title .title-bg {
  display: none;
}

.review-form .review-form-item {
  flex: 1;
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  padding: 1.5rem;
  background-color: #fff;
}

.review-form-item-check-group {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

.review-form-item-check-group.active {
  display: flex;
}

.review-form-item-check {
  color: #abafb6;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 6px;
}

.active .review-form-item-check {
  color: #fff;
  background-color: #72b14b;
}

.review-form .review-form-item-container {
  margin-bottom: 0px;
}

.review-form .input-group.first-name {
  width: 50%;
  float: left;
  padding-right: 8px;
  clear: none;
}

.review-form .input-group.last-name {
  padding-left: 8px;
  width: 50%;
  float: left;
  clear: none;
}

.review-form .input-group.zip-code {
  width: 25%;
  float: left;
  clear: none;
  padding-right: 8px;
}

.review-form .input-group.country {
  width: 25%;
  float: left;
  clear: none;
  padding-left: 8px;
  padding-right: 8px;
}

.review-form .input-group.state {
  clear: none;
  width: 25%;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.review-form .input-group.city {
  clear: none;
  width: 25%;
  float: left;
  padding-left: 8px;
}

.review-form-item-description-group {
  margin-bottom: 15px;
}

.review-form-item-description {
  color: #c0c7d1;
  font-style: italic;
}

.review-form-item-bg {
  display: none;
}

.review-form-stars-group {
  display: flex;
  line-height: 28px;
  margin-bottom: 20px;
  align-items: center;
}

.review-form-stars-text1-group {
  padding-right: 10px;
  padding-top: 2px;
}

.review-form-stars-text1,
.review-form-stars-text2 {
  font-weight: bold;
  padding-top: 2px;
}

.review-star-group.review-form-stars {
  margin-bottom: 0px;
  order: 0;
  margin-top: 0px;
  flex: 0 0 auto;
}

.review-form-stars .review-star-item {
  margin-left: -5px;
  margin-right: -5px;
}

.review-form-stars .review-star {
  font-size: 26px;
  padding-right: 5px;
  padding-left: 5px;
}

.review-form-stars-text2-group {
  padding-left: 10px;
}

.review-form-house {
  margin-bottom: 30px;
}

.review-form-btn-group {
  text-align: center;
}

.btn.review-form-btn {
  margin-bottom: 0px;
}

.review-form .cart-shopping-item-first-group {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .review-form .review-form-item {
    padding-right: 0px;
  }
  .review-form-item-check-group {
    border-left-style: none;
    width: auto;
  }
  .review-form-item-check {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .review-form .input-group.first-name {
    width: 100%;
    padding-right: 0px;
  }
  .review-form .input-group.last-name {
    width: 100%;
    padding-left: 0px;
  }
  .review-form .input-group.zip-code {
    width: 50%;
  }
  .review-form .input-group.country {
    width: 50%;
    padding-right: 0px;
  }
  .review-form .input-group.state {
    width: 50%;
    padding-left: 0px;
  }
  .review-form .input-group.city {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .review-form-stars-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .review-form .review-form-item-group {
    flex-direction: column;
  }
  .review-form-item-check-group {
    padding-left: 0px;
    margin-bottom: 10px;
    justify-content: flex-end;
  }
  .review-form-stars-text1-group,
  rs-text2-group {
    padding-left: 0px;
  }
  .review-form .input-group.zip-code {
    width: 100%;
    padding-right: 0px;
  }
  .review-form .input-group.country {
    padding-left: 0px;
    width: 100%;
  }
  .review-form .input-group.state {
    padding-right: 0px;
    width: 100%;
  }
  .review-form .input-group.city {
    padding-left: 0px;
    width: 100%;
  }
}
/* ---------------------------------- Review Form ---------------------------------- */
.modules.multiple {
  order: 4;
}

.multiple-container-group {
  width: 100%;
  clear: both;
}

.multiple-title-default-group {
  margin-bottom: 30px;
}

.multiple-title-group {
  text-align: center;
  margin-top: -10px;
  padding-bottom: 10px;
}

.multiple-title-text {
  color: #abafb6;
}

.multiple-image-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

.multiple-image {
  padding-top: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.multiple-col-group {
  margin-top: 20px;
  width: 50%;
  padding-left: 20px;
  float: left;
}

.multiple-col {
  margin-bottom: 20px;
}

.multiple-item {
  position: relative;
}

.multiple-item-image-group {
  display: none;
}

.multiple-icon-group {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  display: none;
}

.title.multiple-item-title {
  margin-bottom: 0px;
}

.multiple-item-title-text {
  font-weight: bold;
}

.title-bg.multiple-item-title {
  display: none;
}

.multiple-description {
  margin-bottom: -18px;
}

.btn.multiple {
  background-color: transparent;
  width: 100%;
  height: auto;
  background: none;
  min-height: auto;
  padding: 6px 0px;
  margin-bottom: 0px;
  color: #c0c7d1;
  text-decoration: underline;
  margin-top: 0px;
  justify-content: flex-start;
}

.btn-icon.multiple {
  display: none;
}

.multiple-item-bg {
  display: none;
}

.multiple-col-bg {
  display: none;
}

.multiple-video-group {
  display: none;
  margin-top: 20px;
}

.multiple-cont2-group {
  margin-top: 20px;
  padding-right: 20px;
  width: 50%;
  float: left;
}

.multiple-cont2-title-text {
  color: #1f2024;
}

.title-bg.multiple-cont2 {
  display: none;
}

.multiple-btn2-group {
  float: right;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.btn.multiple-btn2 {
  margin-bottom: 0px;
}

.multiple-container-bg {
  clear: both;
}

@media (max-width: 767px) {
  .multiple-image-group {
    width: 100%;
    margin-bottom: 30px;
  }
  .multiple-cont2-group {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .multiple-col-group {
    width: 100%;
    padding-left: 0px;
  }
  .multiple-image {
    padding-top: 50%;
  }
}
/* ========================
   cart shooping
   ======================== */
.container.cart {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.cart-shopping-container {
  width: 100%;
  order: 1;
}

.cart-shopping-group {
  margin-bottom: 1.5rem;
}

/* ============
   Box item
   ============ */
.cart-shopping-item-group.service {
  display: none;
}

.cart-services-group-bg {
  display: none;
}

/* house detail */
.cart-shopping-item-first-group {
  width: 100%;
  margin-bottom: 1.5rem;
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 479px) {
  .cart-shopping-item-first-group {
    position: static;
    flex-wrap: wrap;
  }
}

/* table itens */
.cart-shopping-sub-item,
.cart-shopping-sub-sub-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  position: relative;
  justify-content: space-between;
}

.cart-shopping-sub-item {
  font-weight: bold;
  color: #393b3f;
  padding-top: 0.375rem;
  margin-top: 0.375rem;
}
.cart-shopping-sub-item .cart-shopping-sub-item-bg {
  border-top: 1px dashed #dadee4;
  position: absolute;
  left: 0.375rem;
  right: 0.375rem;
  top: 0px;
}

.cart-shopping-sub-item-bg.sub-title {
  display: block;
}

.cart-shopping-sub-sub-item {
  color: #abafb6;
  font-size: 0.875rem;
  line-height: 1.2em;
}

.cart-shopping-sub-item-bg {
  display: none;
}

/* ============
   Box item services
   ============ */
.form-group.bloco-services.cart-shopping {
  width: 100%;
  flex: 1;
}

.checkbox-group.bloco-services.cart-shopping {
  margin-right: -0.75rem;
}

.checkbox.bloco-services.cart-shopping {
  margin-right: 0.75rem;
}

/* ============
   Box item total
   ============ */
/* ============
   Buttons
   ============ */
.btn.cart-shopping-btn {
  float: left;
  background-color: #f2f4f5;
  color: #1f2024;
}

.btn.cart-shopping-btn:hover {
  background-color: #fff;
}

.cart-shopping-btn-2-group {
  float: right;
  margin-left: auto;
}

.btn.cart-shopping-btn-2 {
  float: right;
}

.btn.cart-shopping-dropdown {
  display: flex;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  color: #abafb6;
  position: absolute;
  left: 0px;
  top: -0.375rem;
  min-height: 0px;
}
.btn.cart-shopping-dropdown:hover {
  background-color: transparent;
}

.btn-bg.cart-shopping-dropdown {
  display: none;
}

.dropdown-btn-icon.cart-shopping-dropdown {
  display: none;
}

.dropdown.cart-shopping-dropdown {
  width: 0.375rem;
  height: 0.375rem;
  margin-left: 0.375rem;
  display: inline;
}

.dropdown-content-group.cart-shopping-dropdown {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 100%;
  min-width: 350px;
  margin-top: 0px;
  margin-bottom: -2px;
  transform: translate(-50%, 0px);
}

.dropdown-content.cart-shopping-dropdown {
  font-weight: normal;
  padding: 1.5rem;
}

.dropdown-content-arrow.cart-shopping-dropdown {
  top: auto;
  bottom: 6px;
}

.btn-icon.cart-shopping-btn {
  margin-right: 0.375rem;
  margin-left: 0px;
  order: 1;
}

.cart-shopping-btn-group {
  flex: 1;
  order: 3;
}

.cart-shopping-policy {
  margin-bottom: 1.5rem;
  text-align: center;
  display: flex;
  order: 2;
}

.cart-payment .cart-shopping-btn-group {
  width: 100%;
  flex: auto;
  clear: both;
}

.cart-shopping-item-delete {
  left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #abafb6;
  text-decoration: none;
  position: absolute;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1em;
  right: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  right: -0.75rem;
}
@media (max-width: 479px) {
  .cart-shopping-item-delete {
    top: 0.375rem;
    transform: none;
  }
}

.cart-shopping-item-delete:hover {
  color: #d32b4d;
}

.cart-shopping-item-delete.first {
  bottom: auto;
}

.cart-shopping-item-image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/no-img.jpg");
  width: 100%;
  padding-top: 100%;
}

.cart-shopping-item-sub-title-text {
  display: inline-block;
}
.cart-shopping-item-sub-title-text .input {
  padding-left: 1.2rem;
  margin-bottom: 0.75rem;
}

.amount .cart-shopping-item-sub-title-text,
.date .cart-shopping-item-sub-title-text {
  display: inline;
}

.cart-shopping-item-sub-title-text.total {
  font-weight: bold;
}

.cart-shopping-item-image-group {
  overflow: hidden;
  float: left;
  flex: 0 0 auto;
  order: 1;
  width: 80px;
  border-radius: 6px;
  margin-right: 0.75rem;
}

.cart-shopping-item-first-container {
  flex: 1;
  order: 3;
  padding-left: 0.75rem;
  padding-right: 3rem;
}
@media (max-width: 479px) {
  .cart-shopping-item-first-container {
    min-width: 100%;
    padding: 0.75rem 0px 0px;
  }
}

.cart-shopping-item-first-item-text {
  float: left;
}

.cart-shopping-item-bg {
  border: 2px solid #e02020;
}

.cart-shopping-item-first-item-icon {
  margin-right: 6px;
  float: left;
}

.cart-shopping-item-delete-text {
  margin-right: 10px;
  font-size: 75%;
  line-height: 14px;
  display: none;
}

.cart-shopping-item-image-effect {
  display: none;
}

.cart-shopping-container-bg {
  display: none;
}

.cart-shopping-item-first-item {
  display: block;
  margin-right: 8px;
  margin-bottom: 2px;
  padding-right: 8px;
  float: left;
  color: #abafb6;
  font-size: 12px;
  line-height: 16px;
}

.service .cart-shopping-item {
  margin-bottom: 0px;
}

.cart-shopping-item-title {
  color: #abafb6;
}

.cart-shopping-item-first-title {
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 20px;
}

.cart-shopping-item-first-item-bg {
  display: none;
}

.cart-shopping-item-first-bg {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0%;
  display: block;
  border-bottom: 1px solid #e9ecef;
}

.cart-shopping-item-sub-title {
  position: relative;
}

.cart-shopping-item-content.price.total {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 0px;
}

.discount .cart-shopping-item-content.price {
  width: auto;
  flex-grow: 1;
  min-width: 130px;
  padding-left: 0.75rem;
}

.cart-shopping-item-image-bg {
  display: none;
}

.cart-shopping-item-content {
  padding: 0.375rem;
}
@media (max-width: 479px) {
  .cart-shopping-item-content.days {
    width: 50%;
  }
}
.cart-shopping-item-content.service {
  width: 20%;
}
@media (max-width: 767px) {
  .cart-shopping-item-content.service {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .cart-shopping-item-content.service {
    width: 100%;
  }
}
.cart-shopping-item-content.amount {
  width: 10%;
}
@media (max-width: 767px) {
  .cart-shopping-item-content.amount {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .cart-shopping-item-content.amount {
    width: 100%;
  }
}
.cart-shopping-item-content.date {
  width: 30%;
}
@media (max-width: 767px) {
  .cart-shopping-item-content.date {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .cart-shopping-item-content.date {
    width: 100%;
  }
}
.cart-shopping-item-content.unit-price {
  width: 15%;
}
@media (max-width: 767px) {
  .cart-shopping-item-content.unit-price {
    width: 25%;
  }
}
@media (max-width: 479px) {
  .cart-shopping-item-content.unit-price {
    width: 50%;
  }
}
.cart-shopping-item-content.price {
  text-align: right;
}

.cart-shopping-item-group-bg {
  display: none;
}

.cart-shopping-item-title-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}

.cart-shopping-item-title-text.total {
  font-size: 18px;
  line-height: 24px;
}

.cart-shopping-group.add-more {
  margin-top: 8px;
  margin-bottom: 20px;
  display: none;
}

.cart-shopping-item-first-itens-bg {
  display: none;
}

.dropdown-btn-icon.cart-shopping-dropdown.dropdown-close {
  display: none;
}

.service .cart-shopping-sub-item-bg {
  top: auto;
  bottom: 0px;
  display: none;
}

.service .cart-shopping-sub-item {
  border-top-style: none;
  margin-top: -0.375rem;
  padding-top: 0px;
  margin-bottom: -0.375rem;
  position: static;
  padding-right: 1.5rem;
  padding-right: 2.25rem;
}
@media (max-width: 479px) {
  .service .cart-shopping-sub-item {
    padding-right: 0px;
  }
}

.discount .cart-shopping-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .discount .cart-shopping-item {
    flex-wrap: wrap;
  }
}

.discount .cart-shopping-item .form-group {
  flex-grow: 2;
}

.discount .input-group {
  float: left;
  margin-bottom: 0px;
  flex: 1;
}

.discount .cart-shopping-item-btn-group {
  float: left;
  display: flex;
  align-items: flex-end;
}

.discount .btn {
  margin-bottom: 0px;
  border-radius: 0px 6px 6px 0px;
  height: 100%;
}

.discount .form-content {
  display: flex;
  align-items: stretch;
}

.discount .input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-right: 1.5rem;
  border-right: none;
}

.discount .input::placeholder {
  color: #abafb6;
}

.discount .input-icon {
  color: #777b83;
}

/* ---------------------------------- cart new (services and columns) ---------------------------------- */
.cart-columns-group {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cart-columns-group {
    flex-direction: column;
  }
}

.cart-columns {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cart-columns.cart-left {
  display: none;
}

.cart-columns-cont {
  position: relative;
}

.cart-services-item {
  padding-top: 0.75rem;
  clear: both;
  display: flex;
  position: relative;
  padding-left: 2.25rem;
}

.cart-services-item-bg {
  display: none;
}

.cart-services-check-group {
  padding-right: 0px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 2.25rem;
}

.cart-services-cont-group {
  flex: 1;
}

.cart-services-title {
  font-weight: bold;
}

.cart-services-sub-title {
  color: #abafb6;
  font-size: 84%;
  line-height: 1.5em;
}

.cart-services-price-group {
  padding-left: 30px;
  text-align: right;
}

.cart-services-price-text {
  font-weight: bold;
}

.cart-services-price-sub-text {
  color: #abafb6;
  font-size: 84%;
  line-height: 1.5em;
}

.checkbox.cart-services {
  margin-bottom: 0px;
  padding-left: 0px;
  position: static;
}

.cart-services .checkbox-icon {
  top: 14px;
}

.cart-services .checkbox-bg-active {
  top: 14px;
}

.cart-services .checkbox-bg {
  top: 14px;
}

.cart-shopping-item.due-now {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  color: #393b3f;
}

.cart-shopping-item-content.price.due-now {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}

.cart-shopping-item-title.price.due-now {
  float: left;
  color: inherit;
}

.cart-shopping-item-title-text.due-now {
  font-size: 24px;
  line-height: 30px;
}

.cart-shopping-item-sub-title.price.due-now {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.cart-services-title-out {
  font-size: 24px;
  line-height: 30px;
}

.cart-services-title-text {
  color: #abafb6;
}

.title-bg.cart-services {
  display: none;
}

.modules.bloco-services.services-cart {
  display: none;
}

/* ---------------------------------- cart add ---------------------------------- */
.btn.cart-add-more,
.btn.cart-payment-add-card {
  display: flex;
  border: 1px dashed #dadee4;
  background-color: transparent;
  color: #abafb6;
}
.btn.cart-add-more:hover,
.btn.cart-payment-add-card:hover {
  border-color: #c0c7d1;
  background-color: #f2f4f5;
}

.btn.cart-payment-add-card {
  flex: 1;
}

.btn.cart-add-more:hover {
  border-color: #abafb6;
  color: #56575c;
}

.btn-text.cart-add-more {
  background-color: transparent;
}

.btn-icon.cart-add-more {
  display: block;
}

.btn-bg.cart-add-more {
  display: none;
}

.btn-bg.cart-payment-add-card,
.btn-bg.cart-shopping-btn {
  display: none;
}

/* ========================
   cart payment
   ======================== */
.form-content.cart-payment {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}

.cart-payment-group {
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 767px) {
  .cart-payment-group {
    min-width: 400px;
  }
}
@media (max-width: 479px) {
  .cart-payment-group {
    min-width: 300px;
  }
}

.cart-payment-group-bg,
.cart-payment-different-bg {
  display: none;
}

.cart-payment-group.different {
  border: none;
  box-shadow: none;
}

/* ============
   Box Titles
   ============ */
.title.cart-payment-group-title {
  width: 100%;
}

.cart-payment-group-title-text {
  color: #393b3f;
  font-weight: 700;
}

/* ============
   Inputs
   ============ */
.input-group.cart-payment {
  width: 100%;
  clear: both;
  /* 2 coluns */
  /* 3 coluns */
}
.input-group.cart-payment.name, .input-group.cart-payment.cellphone, .input-group.cart-payment.country, .input-group.cart-payment.city {
  width: 50%;
  padding-right: 0.375rem;
}
@media (max-width: 991px) {
  .input-group.cart-payment.name, .input-group.cart-payment.cellphone, .input-group.cart-payment.country, .input-group.cart-payment.city {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .input-group.cart-payment.name, .input-group.cart-payment.cellphone, .input-group.cart-payment.country, .input-group.cart-payment.city {
    width: 50%;
    padding-right: 0.375rem;
  }
}
@media (max-width: 479px) {
  .input-group.cart-payment.name, .input-group.cart-payment.cellphone, .input-group.cart-payment.country, .input-group.cart-payment.city {
    width: 100%;
    padding: 0px;
  }
}
.input-group.cart-payment.name-2, .input-group.cart-payment.phone, .input-group.cart-payment.state {
  width: 50%;
  padding-left: 0.375rem;
}
@media (max-width: 991px) {
  .input-group.cart-payment.name-2, .input-group.cart-payment.phone, .input-group.cart-payment.state {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .input-group.cart-payment.name-2, .input-group.cart-payment.phone, .input-group.cart-payment.state {
    width: 50%;
    padding-left: 0.375rem;
  }
}
@media (max-width: 479px) {
  .input-group.cart-payment.name-2, .input-group.cart-payment.phone, .input-group.cart-payment.state {
    width: 100%;
    padding: 0px;
  }
}
.input-group.cart-payment.value {
  width: 33.33%;
  padding-left: 0.375rem;
}
@media (max-width: 991px) {
  .input-group.cart-payment.value {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .input-group.cart-payment.value {
    width: 33.33%;
    padding-left: 0.375rem;
  }
}
@media (max-width: 479px) {
  .input-group.cart-payment.value {
    width: 100%;
    padding: 0px;
  }
}
.input-group.cart-payment.expiration {
  width: 33.33%;
  padding-right: 0.375rem;
}
@media (max-width: 991px) {
  .input-group.cart-payment.expiration {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .input-group.cart-payment.expiration {
    width: 33.33%;
    padding-right: 0.375rem;
  }
}
@media (max-width: 479px) {
  .input-group.cart-payment.expiration {
    width: 100%;
    padding: 0px;
  }
}
.input-group.cart-payment.cvc {
  width: 33.33%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
@media (max-width: 991px) {
  .input-group.cart-payment.cvc {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .input-group.cart-payment.cvc {
    width: 33.33%;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
}
@media (max-width: 479px) {
  .input-group.cart-payment.cvc {
    width: 100%;
    padding: 0px;
  }
}

/* ============
   Credit card
   ============ */
.cart-payment-credit-card {
  flex-wrap: wrap;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.cart-payment-flag {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 2.625rem;
  overflow: hidden;
  transform: translateY(-50%);
  border-radius: 6px;
}
.cart-payment-flag .cart-payment-flag-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============
   Diferent guest
   ============ */
.cart-payment-group.different {
  width: 100%;
  padding-bottom: 0px;
}

.cart-payment-different-opens {
  overflow: hidden;
  clear: both;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 1.5rem;
}

.cart-payment-different-content {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: 1.5rem;
}

.cart-payment-different-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0.75rem;
  width: 100%;
}

/* ============
   Checkou 2
   ============ */
.cart2 {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cart2-col-left {
  width: 100%;
  order: 3;
}
@media (min-width: 768px) {
  .cart2-col-left {
    padding-right: 1.5rem;
    width: 60%;
  }
}

.cart2-col-right {
  margin-bottom: 1.5rem;
  width: 100%;
  order: 2;
}
@media (min-width: 992px) {
  .cart2-col-right {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cart2-col-right {
    order: 4;
    width: 40%;
    position: sticky;
    top: 80px;
  }
}

.cart2-info {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}

/* cart2 info house */
.cart2-info-house {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cart2-info-house-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  width: 130px;
  height: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}

.cart2-info-house-title {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.cart2-info-house-itens {
  display: flex;
  align-items: center;
  color: #abafb6;
  font-size: 0.75rem;
  line-height: 1.2em;
  flex-wrap: wrap;
  column-gap: 1.05rem;
  row-gap: 0.45rem;
}

.cart2-info-house-item {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}

/* cart2 info dates */
.cart2-info-dates {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
}

.cart2-info-dates-title {
  color: #abafb6;
  font-size: 0.75rem;
  line-height: 1.2em;
}

.cart2-info-dates-desc {
  font-weight: bold;
}

/* cart2 info total */
.cart2-info-valor-general {
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
  padding-top: 0.75rem;
  border-top: 1px solid #dadee4;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dadee4;
}

.cart2-info-valor {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  color: #393b3f;
  font-size: 0.875rem;
}
.cart2-info-valor.reservation {
  font-weight: bold;
}
.cart2-info-valor.total {
  font-weight: bold;
  color: #c12061;
  font-size: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dadee4;
  border-top: 1px solid #dadee4;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.cart2-info-valor.discount {
  color: #72b14b;
}

/* cart2 info form */
.cart2-info-form {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}

.cart2-info-form-desc {
  color: #abafb6;
  font-size: 0.75rem;
  line-height: 1.4em;
  margin-top: 0.6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-weight: normal;
}
.cart2-info-form-desc.text-danger {
  color: #d32b4d;
}
.cart2-info-form-desc.text-success {
  color: #72b14b;
}
.cart2-info-form-desc a {
  color: #abafb6;
}

.cart2-info-form-item select {
  padding-left: 0.75rem;
}
.cart2-info-form-item.discount {
  display: flex;
  flex-wrap: wrap;
}
.cart2-info-form-item.discount .btn-icon {
  display: none;
}

/* cart2 footer */
.cart2-footer {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cart2-footer-checkbox .checkbox {
  margin-bottom: 0;
}

/* ========================
   cart success
   ======================== */
.btn-container.cart-success {
  flex-direction: row;
}

.btn-icon.cart-success {
  margin-right: 0.375rem;
  margin-left: 0px;
}

.cart-success-content {
  clear: both;
  width: 100%;
  float: left;
}

.cart-success-group {
  float: left;
  width: 100%;
}

.cart-success-text {
  color: #abafb6;
  margin-bottom: 0.75rem;
}

.cart-success-icon {
  display: none;
  justify-content: center;
  align-items: center;
  color: #72b14b;
  font-size: 18px;
  line-height: 30px;
  margin-right: 8px;
  margin-bottom: 20px;
}

.cart-success-icon.error {
  color: #d32b4d;
}

.cart-success-title {
  line-height: 1.1em;
  color: #72b14b;
  margin-bottom: 0.75rem;
  font-weight: bold;
  font-size: 2.25rem;
}

.cart-success-title.error {
  color: #d32b4d;
}

.cart-success-bg {
  display: none;
}

.cart-success-btn-group {
  margin-top: 1.5rem;
  display: flex;
}

/* ---------------------------------- data picker ---------------------------------- */
/* --- base --- */
.datedropper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  box-sizing: border-box;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  width: calc(19.5rem + 2px);
}

@media (min-width: 768px) {
  .datedropper.double {
    width: 594px;
  }
}
.datedropper.picker-focus {
  opacity: 1;
  visibility: visible;
}

.datedropper,
.datedropper * {
  touch-action: none;
}

.picker {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #56575c;
  border-radius: 6px;
  align-items: stretch;
  padding: 1.05rem;
}

.picker ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

/* -- arrows --- */
.pick-arw {
  position: absolute;
  top: 0px;
  height: 3rem;
  width: 3rem;
  font-size: 0.625rem;
  text-align: center;
  display: block;
  z-index: 10;
  cursor: pointer;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-color: #dadee4;
  border-style: none;
  line-height: 1em;
}

.pick-arw i {
  line-height: 0;
  top: 50%;
  position: relative;
  display: block;
  transform: translateY(-50%);
}

.pick-arw-r {
  right: 0;
}

.pick-arw-r i {
  right: 0;
  font-style: normal;
}

.pick-arw-l {
  left: 0;
}

.pick-arw-l i {
  left: 0;
  font-style: normal;
}

.pick:hover .pick-arw {
  opacity: 0.6;
}

/* -- year --- */
.pick-y {
  order: 0;
}

/* --- months --- */
.pick-m {
  width: 100%;
  order: 1;
}

.pick li span {
  width: 100%;
}

.double .pick li span {
  width: 50%;
}

/* -- year and months --- */
.pick {
  position: relative;
  overflow: hidden;
  height: 3rem;
  width: 50%;
  font-size: 0.875rem;
  line-height: 1em;
  top: -0.3rem;
}

.double .pick {
  width: 100%;
}

.pick .pick-bfr {
  transform: translateY(-100%);
}

.pick .pick-sl {
  position: relative;
  transform: translateY(0);
  z-index: 1;
  font-weight: bold;
}

.pick .pick-afr {
  transform: translateY(100%);
}

.pick li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px;
}

/* --- buttom --- */
.pick-btns {
  position: relative;
  z-index: 2;
  order: 4;
  flex: 1;
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pick-submit {
  cursor: pointer;
  margin-bottom: 0px;
  float: right;
  margin-left: auto;
  margin-right: auto;
  background-color: #c12061;
  color: #fff;
}

.pick-submit:after {
  content: "Save";
}

.pick-submit:hover {
  background-color: rgb(225.3466666667, 76.1533333333, 136.3866666667);
}

/* --- days general --- */
.pick-lg {
  z-index: 1;
  margin: 0px auto;
  overflow: hidden;
  width: 100%;
  order: 2;
}

@media (min-width: 768px) {
  .double .pick-lg {
    width: 50%;
  }
  .pick-lg.pick-calendar-0 {
    padding-right: 10px;
  }
  .pick-lg.pick-calendar-1 {
    padding-left: 10px;
  }
}
.pick-lg ul:after {
  content: "";
  display: table;
  clear: both;
}

.pick-lg li {
  float: left;
  text-align: center;
  width: 14.2%;
  flex-direction: column;
  font-size: 0.75rem;
  align-items: center;
  height: calc(2.55rem + 4px);
  transition: all 300ms ease;
  justify-content: center;
  line-height: 1.2em;
  border-radius: 6px;
  padding: 0px;
  font-weight: normal;
  display: flex !important;
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

/* --- days titles --- */
.pick-lg-h {
  padding-top: 0.75rem;
}

.pick-lg-h li {
  height: auto;
  padding-bottom: 0.3rem !important;
}

/* --- days number general --- */
.pick-lg-b {
  padding: 0;
}

.pick-v {
  cursor: pointer;
  position: relative;
}

.pick-v:hover {
  background-color: #e9ecef;
}

.pick-v.pick-sl {
  z-index: 10;
}

.pick-v.pick-sl:hover {
  z-index: 30;
  background-color: #dadee4;
  color: #56575c;
}

.pick-sl.range-mid {
  border-radius: 0px;
  background-color: #e9ecef;
}

.pick-sl.range-start {
  z-index: 20;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pick-sl.range-end {
  z-index: 20;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pick-sl.range-end,
.pick-sl.range-start {
  background-color: #c12061;
  color: #fff;
}
.pick-sl.range-end span.label,
.pick-sl.range-start span.label {
  color: #fff;
}

.pick-sl.range-end:hover,
.pick-sl.range-start:hover {
  background-color: rgb(225.3466666667, 76.1533333333, 136.3866666667) !important;
  color: #fff;
}

.pick-sl.range-start.range-end {
  border-radius: 6px;
}

/* --- price --- */
.pick-v span.label {
  font-size: 0.625rem;
  text-align: center;
  width: 30px;
  line-height: 1.2em;
  padding-top: 0px;
  margin-bottom: 0px;
  display: block;
  opacity: 0.7;
  font-weight: normal;
}

/* --- special days --- */
/* off */
.pick-h {
  color: #dadee4;
  font-weight: normal !important;
}

/* block */
.pick-lk {
  color: #abafb6;
  cursor: default;
  text-decoration: line-through;
}

.pick-lk:hover:before {
  border: none;
}

/* wekend */
/* lenguage */
.pick.pick-l,
.pick.pick-d {
  display: none;
}

.pick.pick-y {
  color: #c12061;
}

/* ---------------------------------- alert popup ---------------------------------- */
@keyframes swal2-show {
  0% {
    transform: scale(1);
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 0px;
    transform: scale(1);
    opacity: 1;
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(0);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.25em;
  left: -0.9375em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: showSweetToast 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: hideSweetToast 0.2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  animation: animate-toast-success-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  animation: animate-toast-success-long 0.75s;
}

@keyframes showSweetToast {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 1.25em);
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left,
body.swal2-no-backdrop .swal2-shown.swal2-top-start {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left,
body.swal2-no-backdrop .swal2-shown.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 2060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden !important;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-right > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 20px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-shadow: 0px 0.225rem 1.2rem 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.swal2-popup:focus {
  outline: 0;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  z-index: 100000;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 6px solid #c0c7d1 !important;
  border-top-color: #fff !important;
  border-radius: 200px;
  cursor: default;
  user-select: none;
  color: transparent;
  background-color: transparent !important;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border-color: #72b14b;
  background-color: #72b14b;
  color: #fff;
}
.swal2-styled.swal2-confirm:hover {
  background-color: #538f2e;
}

.swal2-styled.swal2-cancel {
  border-color: #d32b4d;
  background-color: #d32b4d;
  color: #fff;
}
.swal2-styled.swal2-cancel:hover {
  background-color: #9d132f;
}

.swal2-styled:focus {
  outline: 0;
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  transform: none;
  color: #f27474;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

#swal2-content {
  text-align: center;
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em auto;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  font-size: 1.125em;
}

.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  outline: 0;
  box-shadow: none;
}

.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

.swal2-file::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}

.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em auto;
  background: inherit;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: #545454;
  font-size: 1.125em;
}

.swal2-checkbox,
.swal2-radio {
  align-items: center;
  justify-content: center;
  background: inherit;
}

.swal2-checkbox label,
.swal2-radio label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-checkbox input,
.swal2-radio input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  zoom: normal;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  zoom: normal;
  border: 0.25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  user-select: none;
}

.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #d32b4d;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #d32b4d;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning::before {
  content: "!";
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
  display: none !important;
}

.swal2-icon.swal2-info::before {
  content: "i";
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question::before {
  content: "?";
}

.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "؟";
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.5s;
}

.swal2-show.swal2-noanimation {
  animation: none;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: initial !important;
  }
}
.swal2-container.exemple {
  width: 50%;
  height: 50%;
  top: auto;
}

.intl-tel-input {
  position: relative;
}

.intl-tel-input * {
  box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  padding-left: 3rem;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 300;
  padding-left: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0.375rem;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #777b83;
}

.contact-form .intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #dadee4;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 100;
  list-style: none;
  text-align: left;
  background-color: #fff;
  white-space: nowrap;
  max-height: 50vh;
  overflow-y: scroll;
  display: block;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  color: #777b83;
  border-radius: 6px;
  top: 100%;
  margin-top: 0.45rem;
  left: 0px;
  max-width: 300px;
  padding: 0;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

.intl-tel-input .country-list .divider {
  margin-bottom: 8px;
  border-bottom: 1px solid #dadee4;
  padding: 0px 0px 8px;
  margin-top: 0px;
  display: none;
}

.intl-tel-input .country-list .country {
  padding: 0.375rem 0.75rem;
  align-items: center;
  font-weight: normal;
  font-size: 0.75rem;
}

.intl-tel-input .country-list .country .dial-code {
  color: #abafb6;
  font-weight: normal;
}

.country.preferred {
  background-color: #f2f4f5;
}

.intl-tel-input .country-list .highlight {
  background-color: #e9ecef;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 8px;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 36px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  background-image: url("https://webengine.s3.amazonaws.com/default/images/flags.png");
  background-repeat: no-repeat;
  background-color: #777b83;
  background-position: 20px 0;
  border-radius: 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("/static/images/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}

/* ---------------------- ie alert ------------- */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .ie-alert-group {
    display: block !important;
  }
}
.ie-alert-group {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: 9999999999;
  overflow: hidden;
}

.ie-alert-cont {
  z-index: 10;
  left: 50%;
  top: 50%;
  position: absolute;
  max-width: 500px;
  max-height: 80%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 3rem;
  text-align: center;
  border-radius: 6px;
  width: 80%;
}

.ie-alert-text {
  margin-bottom: 1.5rem;
}

.ie-alert-bts {
  display: flex;
  justify-content: space-around;
}

.ie-alert-bt {
  width: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  text-decoration: none;
  padding-top: calc(64px + 0.75rem);
}

.ie-alert-bt.chrome {
  background-image: url("https://webengine.s3.amazonaws.com/default/images/chrome_64x64.png");
}

.ie-alert-bt.firefox {
  background-image: url("https://webengine.s3.amazonaws.com/default/images/firefox_64x64.png");
}

.ie-alert-bt.edge {
  background-image: url("https://webengine.s3.amazonaws.com/default/images/edge_64x64.png");
}

.ie-alert-or {
  display: none;
  position: relative;
}

.ie-alert-bg {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  background-color: #000;
  opacity: 0.9;
}

/* ============
   Tabs
   ============ */
.nav-tabs-btn.w--current .nav-tabs-btn-bg,
.nav-tabs-btn:hover .nav-tabs-btn-bg {
  background-color: #c12061;
}

/* ============
   Banner
   ============ */
/* ============
   Search
   ============ */
/* ============
   Houses list
   ============ */
.houses-list-review-star.active {
  color: #fcc33f;
}

/* ============
   Services
   ============ */
.bloco-services-description-subtitle-text,
.bloco-services-description-price-text.value {
  color: #c12061;
}

/* ============
   House detail - price
   ============ */
/* ============
   House detail - description
   ============ */
/* ============
   Cart
   ============ */
.cart-shopping-sub-sub-item.discount,
.cart-shopping-sub-item.discount {
  color: #72b14b;
}

.cart-shopping-sub-sub-item.taxes,
.cart-shopping-sub-item.taxes {
  color: #abafb6;
}

.btn.cart-shopping-dropdown:hover {
  color: #c12061;
}

/* ============
   FAQ
   ============ */
.faq-questions-text {
  color: #c12061;
}

/* ============
   Who we are - Phrase
   ============ */
.text-xs {
  font-size: 0.75rem;
  /* var(--space-3) 12px */
  line-height: 1rem;
  /* var(--space-4) 16px */
}

.text-sm {
  font-size: 0.875rem;
  /* var(--space-3\/5) 14px */
  line-height: 1.25rem;
  /* var(--space-5) 20px */
}

.text-base {
  font-size: 1rem;
  /* var(--space-4) 16px */
  line-height: 1.5rem;
  /* var(--space-6) 24px */
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  /* var(--space-7) 28px */
}

.text-xl {
  font-size: 1.25rem;
  /* var(--space-5) 20px */
  line-height: 1.75rem;
  /* var(--space-7) 28px */
}

.text-2xl {
  font-size: 1.5rem;
  /* var(--space-6) 24px */
  line-height: 2rem;
  /* var(--space-8) 32px */
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
  /* var(--space-9) 36px */
}

.text-4xl {
  font-size: 2.25rem;
  /* var(--space-9) 36px */
  line-height: 2.5rem;
  /* var(--space-10) 40px */
}

.text-5xl {
  font-size: 3rem;
  /* var(--space-12) 48px */
  line-height: 1;
}

.italic {
  font-style: italic;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

/* ============
   Load font icon
   ============ */
@font-face {
  font-family: "mapro solid";
  src: url("https://webengine.s3.amazonaws.com/default/fonts/mapro-solid.woff") format("woff"), url("https://webengine.s3.amazonaws.com/default/fonts/mapro-solid.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Venda de casas solido";
  src: url("https://webengine.s3.amazonaws.com/default/fonts/venda-de-casas-solido.woff") format("woff"), url("https://webengine.s3.amazonaws.com/default/fonts/venda-de-casas-solido.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.houses-list-price-content {
  color: #56575c;
}

.house-modules-middle {
  margin-bottom: 1.5rem;
}

.contact-form .cart2-footer-checkbox {
  margin-top: 10px;
  margin-bottom: 20px;
}

.bloco-services-item-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 2.25rem;
}

.bloco-services-image {
  border-radius: 6px;
}

.bloco-services-description-price,
.bloco-services-btn-group {
  display: none;
}