.ft.card-property:hover {
  box-shadow: 0 5px 20px 0 rgba(51, 51, 51, 0.08);
}
.ft.card-property .carousel .carousel-inner {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /* Resolution FHD */
  /* Resolution 2K */
  /* Resolution 4K */
  /* Resolution 8K */
}
.ft.card-property .carousel .carousel-inner .carousel-item {
  background-color: #dcdcdc;
  height: 42.86vw;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.ft.card-property .carousel .carousel-inner .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 578px) {
  .ft.card-property .carousel .carousel-inner .carousel-item {
    height: 30vw;
  }
}
@media (min-width: 992px) {
  .ft.card-property .carousel .carousel-inner .carousel-item {
    height: 22.5vw;
  }
}
@media (min-width: 1200px) {
  .ft.card-property .carousel .carousel-inner .carousel-item {
    height: 168.75px;
  }
}
.ft.card-property .carousel .carousel-control-prev,
.ft.card-property .carousel .carousel-control-next {
  z-index: 10;
  width: 36px !important;
  height: 36px;
  margin-top: auto;
  margin-bottom: auto;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
}
.ft.card-property .--title {
  overflow: hidden;
  height: 36px;
  font-size: 13px;
  line-height: 18px;
}
.ft.card-property .--maintenance, .ft.card-property .--negotiable {
  overflow: hidden;
  line-height: 18px;
  font-size: 12.5px;
  height: 18px;
}
.ft.card-property .--address {
  overflow: hidden;
  height: 36px;
  line-height: 18px;
  font-size: 12.5px;
}
.ft.card-property .--type {
  overflow: hidden;
  font-size: 11.65px !important;
  line-height: 12px;
}
.ft.card-property .--name-parent {
  overflow: hidden;
  height: 36px;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
}
.ft.card-property .--name-parent a {
  color: #696969;
}
.ft.card-property .--agent-name {
  overflow: hidden;
  height: 16px;
}
.ft.card-property .--date li {
  line-height: 18px;
  font-size: 12px;
}
.ft.card-property .card-body {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ft.card-property .card-footer.card-footer--inside-body {
  padding-top: 0 !important;
  border-top: 0;
}
.ft.card-property .media.--info-user {
  border-top: 1px solid #eeeeee;
  padding-top: 12px;
  margin-top: 8px;
}
.ft.card-property .media.--info-user .avatar-box {
  width: 68px;
  height: 68px;
}
.ft.card-property .media.--info-user .avatar-box img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.ft.card-property .-agent-link {
  margin-right: 4px;
}
.ft.card-property .-agent-link p {
  transition: all 0.2s;
}
.ft.card-property .-agent-link p.-rol {
  font-size: 12.5px;
  line-height: 18px !important;
  margin-bottom: 2px;
}
.ft.card-property .-agent-link:hover p {
  color: #0ec6d5 !important;
}
.ft.card-property.card--property-modal .carousel .carousel-inner .carousel-item {
  height: 168.75px !important;
}
.ft.card-property.card--property-modal .card-body {
  border: 0;
}
.ft.card-property.card--property-modal .hover-change-image .hover-image {
  opacity: 1;
}
.ft.card-property.card--property-modal .wrp-i-heart {
  background-color: rgba(255, 255, 255, 0.6);
}
.ft.card-property.card--property-modal .media.--info-user {
  margin-top: 0;
}
@media (max-width: 992px) {
  .ft.card-property .hover-image {
    opacity: 1;
  }
}
.ft.card-property .badge--u-properties {
  width: 104px;
  padding: 2.2px 8px 2.2px 8px;
  font-weight: 500 !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-top-left-radius: 5px;
  -webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
          clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.property-modal button.close {
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: none;
  margin: 4px;
  transition: all 0.2s;
}
.property-modal button.close:hover {
  background-color: rgba(220, 53, 69, 0.6);
  color: #fff;
}

.ft.card-property-extended {
  /* Resolution FHD */
  /* Resolution 2K */
  /* Resolution 4K */
  /* Resolution 8K */
}
@media (min-width: 768px) {
  .ft.card-property-extended > .media {
    height: 185px;
  }
}
.ft.card-property-extended .carousel .carousel-inner {
  /* Resolution FHD */
  /* Resolution 2K */
  /* Resolution 4K */
  /* Resolution 8K */
}
.ft.card-property-extended .carousel .carousel-inner .carousel-item {
  background-color: #dcdcdc;
  height: 56.25vw;
  border-radius: inherit;
}
.ft.card-property-extended .carousel .carousel-inner .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .ft.card-property-extended .carousel .carousel-inner .carousel-item {
    height: calc((100vw - 32px) * 0.333 * 0.75);
  }
}
@media (min-width: 768px) {
  .ft.card-property-extended .carousel .carousel-inner .carousel-item {
    height: calc((100vw - 32px) * 0.333 * 0.666);
  }
}
@media (min-width: 992px) {
  .ft.card-property-extended .carousel .carousel-inner .carousel-item {
    height: calc((75vw - 32px) * 0.333 * 0.666);
  }
}
@media (min-width: 1200px) {
  .ft.card-property-extended .carousel .carousel-inner .carousel-item {
    height: 188.919558px;
  }
}
@media (min-width: 1920px) {
  .ft.card-property-extended .carousel .carousel-inner .carousel-item {
    height: 188.919558px;
  }
}
@media (min-width: 2560px) {
  .ft.card-property-extended .carousel .carousel-inner .carousel-item {
    height: 188.919558px;
  }
}
@media (min-width: 3840px) {
  .ft.card-property-extended .carousel .carousel-inner .carousel-item {
    height: 188.919558px;
  }
}
@media (min-width: 7680px) {
  .ft.card-property-extended .carousel .carousel-inner .carousel-item {
    height: 188.919558px;
  }
}
.ft.card-property-extended .carousel .carousel-control-prev,
.ft.card-property-extended .carousel .carousel-control-next {
  z-index: 10;
  width: 36px !important;
  height: 36px;
  margin-top: auto;
  margin-bottom: auto;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
}
.ft.card-property-extended .--title {
  overflow: hidden;
  height: 36px;
  line-height: 18px;
  font-size: 13px;
}
.ft.card-property-extended .--title a {
  line-height: inherit !important;
}
.ft.card-property-extended .--maintenance, .ft.card-property-extended .--negotiable {
  overflow: hidden;
  font-size: 12px !important;
  line-height: 18px;
  height: 18px;
}
.ft.card-property-extended .--address {
  font-size: 12px !important;
  line-height: 18px;
}
.ft.card-property-extended .--type {
  overflow: hidden;
  font-size: 12px !important;
  line-height: 12px;
  letter-spacing: 0.8px;
}
.ft.card-property-extended .--name-parent {
  line-height: 13px;
  font-size: 13px !important;
  font-weight: 400;
  margin-top: 2px;
}
.ft.card-property-extended .--name-parent a {
  color: #696969;
}
.ft.card-property-extended .--agent-name {
  overflow: hidden;
  height: 28px;
}
.ft.card-property-extended .--date li {
  line-height: 18px;
  font-size: 12px;
}
@media (min-width: 576px) {
  .ft.card-property-extended .-head-data div[class^=col-]:not(:last-child) {
    line-height: 1.6;
  }
}
.ft.card-property-extended .-head-data div[class^=col-]:last-child {
  height: 22px;
}
.ft.card-property-extended .card-body {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ft.card-property-extended .card-footer.card-footer--inside-body {
  padding-top: 0 !important;
  border-top: 0;
}
.ft.card-property-extended .media.--info-user {
  border-top: 1px solid #eeeeee;
  padding-top: 12px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .ft.card-property-extended .media-body--data {
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .ft.card-property-extended .media-body--user {
    border-left: 1px solid #eeeeee;
  }
}
@media (max-width: 767px) {
  .ft.card-property-extended .media-body--user {
    border-top: 1px solid #eeeeee;
    padding-top: 12px;
    margin-top: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ft.card-property-extended .media-body--user .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
}
.ft.card-property-extended .media-body--user .avatar-box {
  width: 80px;
  height: 80px;
}
.ft.card-property-extended .media-body--user .avatar-box a {
  width: inherit;
  height: inherit;
}
.ft.card-property-extended .media-body--user .avatar-box img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.ft.card-property-extended .media-body--user .avatar-box:hover {
  transform: scale(1.025);
}
@media (min-width: 768px) {
  .ft.card-property-extended .media-body--user .avatar-box {
    width: 65px;
    height: 65px;
  }
}
.ft.card-property-extended .-agent-link {
  margin-bottom: 14px;
}
.ft.card-property-extended .-agent-link p {
  transition: all 0.2s;
}
.ft.card-property-extended .-agent-link p:hover {
  color: #0ec6d5 !important;
}
.ft.card-property-extended .-agent-link p.-rol {
  font-size: 12.5px;
  line-height: 18px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ft.card-property-extended .ul-icon-event .list-inline-item:not(:last-child) {
    margin-right: 2px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ft.card-property-extended .ul-icon-event .list-inline-item a {
    width: 28px !important;
    height: 28px !important;
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) {
  .ft.card-property-extended .media-body--data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.ft.card-property-extended.ft--short {
  width: 685px;
}
.ft.card-property-extended.ft--short .carousel .carousel-inner .carousel-item {
  height: 188.919558px;
}
.ft.card-property-extended.ft--short > .media {
  height: 196px;
}
@media (min-width: 576px) {
  .ft.card-property-extended.ft--short > .media {
    height: 190px;
  }
}
.ft.card-property-extended.ft--short.--not-aviliable:after {
  content: "Registro No Disponible";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.0175);
  color: #252525;
  font-weight: 600;
  font-size: 14px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .ft.card-property-extended .hover-image {
    opacity: 1;
  }
}
.ft.card-property-extended .badge--u-properties {
  width: 104px;
  padding: 2.6px 8px 2.6px 8px;
  font-weight: 600 !important;
  position: absolute;
  top: -11px;
  left: -11px;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-clip-path: polygon(100% 0%, 96.4% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
          clip-path: polygon(100% 0%, 96.4% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.ft.card-property-extended.active {
  box-shadow: 0px 0px 10px 4px #dadce0 inset, 0px 0px 0px 3px #0ec6d5 !important;
}

.ft.card-property-extended--compact {
  width: 500px;
}
@media (min-width: 576px) {
  .ft.card-property-extended--compact {
    width: 575px;
  }
}
.ft.card-property-extended--compact .badge {
  padding: 2px 4px;
  font-weight: 600;
  border-radius: 0;
}
.ft.card-property-extended--compact .carousel .carousel-inner {
  border-radius: 0;
}
.ft.card-property-extended--compact .carousel .carousel-inner .carousel-item {
  border-radius: inherit;
}
@media (max-width: 575px) {
  .ft.card-property-extended--compact .carousel .carousel-inner {
    height: 37.7142857143vw;
  }
}

.ft.extended--table {
  width: 580px;
}
@media (min-width: 576px) {
  .ft.extended--table {
    width: 640px;
  }
}
.ft.extended--table .badge {
  padding: 2px 4px;
  font-weight: 600;
  border-radius: 0;
}
.ft.extended--table .carousel .carousel-inner {
  border-radius: 0;
}
.ft.extended--table .carousel .carousel-inner .carousel-item {
  border-radius: inherit;
}
@media (max-width: 575px) {
  .ft.extended--table .carousel .carousel-inner {
    height: 37.7142857143vw;
  }
}
.ft.extended--table .media-body--user {
  border-left: 0;
}

.ft.extended--table-list {
  width: 850px;
}
@media (max-width: 767px) {
  .ft.extended--table-list .media-body--user {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    border-left: 1px solid #eeeeee;
  }
}
@media (max-width: 767px) {
  .ft.extended--table-list .media-body--data {
    padding-right: 8px;
  }
}
.ft.extended--table-list .carousel .carousel-inner {
  border-radius: 0;
}
.ft.extended--table-list .carousel .carousel-inner .carousel-item {
  border-radius: inherit;
}
@media (min-width: 992px) {
  .ft.extended--table-list .media-body > .container, .ft.extended--table-list .media-body > .container > .row {
    height: calc((75vw - 32px) * 0.333 * 0.666);
  }
}
@media (min-width: 1200px) {
  .ft.extended--table-list .media-body > .container, .ft.extended--table-list .media-body > .container > .row {
    height: 188.919558px;
  }
}
.ft.extended--table-list .badge--u-properties {
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*.card__membership div[class^='col-'] */
/*padding: 0 10px !important;*/
.card__membership .col-photo {
  height: 120px;
  padding: 0;
  overflow: hidden;
  background-color: #F8F8F8;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card__membership .col-photo {
    /*height: calc( ((100vw*0.6)/2) * 0.75 );*/
    height: 140px;
  }
}
@media (min-width: 992px) {
  .card__membership .col-photo {
    height: 10vw;
  }
}
@media (min-width: 1200px) {
  .card__membership .col-photo {
    height: 120px;
  }
}
.card__membership .col-photo img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .card__membership .col-qr {
    border-left: 1px solid #eeeeee !important;
  }
}

.card__membership--textrich .col-textrich {
  height: 140px;
  overflow: auto;
}
.card__membership--textrich .list-inline-item {
  margin-right: 0;
}
.card__membership--textrich .list-inline-item a {
  padding: 1px;
}
.card__membership--textrich .list-inline-item img {
  border-radius: 50%;
}
@media (min-width: 992px) {
  .card__membership--textrich .col-photo {
    height: 7.5vw;
  }
  .card__membership--textrich .card-title {
    font-size: 1rem;
  }
  .card__membership--textrich .col-textrich {
    height: 85px;
  }
}
@media (min-width: 1200px) {
  .card__membership--textrich .col-photo {
    height: 85px;
  }
}

#wrapper-btn-search {
  position: fixed;
  left: -1px;
  top: 50%;
  z-index: 999999;
  transition: all 0.5s;
  transform: translateX(100%) translateY(-50%);
  max-width: 138px;
}

#wrapper-btn-search .btn-open {
  position: absolute;
  left: 100%;
  top: 50%;
  display: block;
  transform: translateX(0) translateY(-50%);
}

#wrapper-btn-search:not(.show) .btn-open:before {
  content: "\f107";
}

#wrapper-btn-search.show .btn-open:before {
  content: "\f106";
}

#wrapper-btn-search .btn-open:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  font-weight: 400;
}

.sidebar-fixed {
  position: fixed;
  z-index: 1035;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in;
  background-color: rgba(0, 0, 0, 0.5);
}
.sidebar-fixed .primary-sidebar-inner {
  height: calc(100vh - 165px);
  overflow: auto;
}

.aside-form::-webkit-scrollbar {
  width: 7px;
  /* background: #F0F0F0; */
}

.aside-form::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-right: 4px solid #0EC6D5;
}

@media (min-width: 576px) {
  .sidebar-fixed.--maps-filter {
    padding: 102.275px 20px 20px 10px;
  }
}
@media (min-width: 576px) {
  .sidebar-fixed.--maps-filter .primary-sidebar-inner {
    height: calc(100vh - 96px);
    width: 280px;
  }
}

.x-select {
  position: relative;
}
.x-select:hover {
  cursor: pointer;
}
.x-select select {
  width: 100%;
  font-weight: bold;
  padding: 0.4375rem 1.5rem;
  font-weight: 500;
}

.x-checkboxes {
  display: none;
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
  border-radius: 5px;
  padding: 10px 0;
}
.x-checkboxes label {
  display: block;
  padding: 0.4375rem 1.5rem;
  margin-bottom: 0;
}
.x-checkboxes label:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0ec6d5;
}
.x-checkboxes label input {
  margin-right: 0.3125rem;
  vertical-align: middle;
}

.x-over-select {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .-transform-form form {
    margin-top: 30px;
  }
}
.-transform-form form .input-group input[type=text] {
  height: calc(1.86em + 0.75rem + 4px);
  padding-left: 12px !important;
}

.-transform-form form .form-control:focus {
  background-color: #f1f1f1 !important;
}

.-transform-form a {
  font-size: 16px !important;
}

.-transform-form a span {
  font-weight: 500;
}

.-transform-form a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  color: #232323;
  font-size: 18px;
  line-height: 22px;
  right: 0;
  top: calc(50% - 10px);
  transition: all 0.3s ease;
}

.-transform-form a[aria-expanded=false]:after {
  transform: rotate(90deg);
}

.card-single-agencie-2 .avatar {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #FFF;
  width: 28vw;
  height: 28vw;
  top: -14vw;
  border: 4px solid #FFF;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 400px) {
  .card-single-agencie-2 .avatar {
    width: 97.6px;
    height: 97.6px;
    top: -48.8px;
  }
}
@media (min-width: 576px) {
  .card-single-agencie-2 .avatar {
    width: 100.8px;
    height: 100.8px;
    top: -50.4px;
  }
}
@media (min-width: 768px) {
  .card-single-agencie-2 .avatar {
    width: 105.6px;
    height: 105.6px;
    top: -52.8px;
  }
}
@media (min-width: 992px) {
  .card-single-agencie-2 .avatar {
    width: 109.6px;
    height: 109.6px;
    top: -54.8px;
  }
}
@media (min-width: 1200px) {
  .card-single-agencie-2 .avatar {
    width: 120px;
    height: 120px;
    top: -60px;
  }
}
.card-single-agencie-2 .avatar img {
  height: 100%;
}
.card-single-agencie-2 .wrp-description {
  max-height: 127px;
  overflow: hidden;
}
.card-single-agencie-2 .text-description {
  height: -webkit-fill-available;
  overflow: hidden;
  line-height: 26px;
}
@media (min-width: 576px) {
  .card-single-agencie-2 .wrp-description {
    max-height: initial;
    height: 309.32px;
  }
}
@media (min-width: 992px) {
  .card-single-agencie-2 .wrp-description {
    max-height: initial;
    height: 293.25px;
  }
}

.card-single-agent-2 .avatar {
  position: relative;
  overflow: hidden;
  height: calc((100vw - 90px) * 0.75);
  margin-bottom: 16px;
}
@media (min-width: 400px) {
  .card-single-agent-2 .avatar {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 7px;
    width: calc((41.66vw - 30px) * 0.8);
    height: calc((41.66vw - 30px) * 0.8);
  }
}
@media (min-width: 768px) {
  .card-single-agent-2 .avatar {
    width: calc((33.33vw - 30px) * 0.8);
    height: calc((33.33vw - 30px) * 0.8);
  }
}
@media (min-width: 992px) {
  .card-single-agent-2 .avatar {
    width: calc((25vw - 30px) * 0.8);
    height: calc((25vw - 30px) * 0.8);
  }
}
@media (min-width: 1200px) {
  .card-single-agent-2 .avatar {
    width: 136px;
    height: 136px;
  }
}
.card-single-agent-2 .avatar img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-single-agent-2 .text-description {
  max-height: 267px;
  line-height: 26px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-single-agent-2 .text-description {
    height: 252.25px;
  }
}

.card--agencies-2 .banner {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: calc((100vw - 30px) * 0.5625);
  background-color: #dadce0;
}
@media (min-width: 576px) {
  .card--agencies-2 .banner {
    height: calc((50vw - 30px) * 0.5625);
  }
}
@media (min-width: 992px) {
  .card--agencies-2 .banner {
    height: calc((33.3333vw - 30px) * 0.5625);
  }
}
@media (min-width: 1200px) {
  .card--agencies-2 .banner {
    height: 151.875px;
  }
}
.card--agencies-2 .banner img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.card--agencies-2 .avatar {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #FFF;
  width: calc((100vw - 30px) * 0.3);
  height: calc((100vw - 30px) * 0.3);
  top: calc((100vw - 30px) * -0.2222);
  border-radius: 50%;
  border: 3px solid #FFF;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card--agencies-2 .avatar:hover {
  border-width: 2px;
}
@media (min-width: 576px) {
  .card--agencies-2 .avatar {
    width: calc((50vw - 30px) * 0.3);
    height: calc((50vw - 30px) * 0.3);
    top: calc((50vw - 30px) * -0.2222);
  }
}
@media (min-width: 992px) {
  .card--agencies-2 .avatar {
    width: calc((33.3333vw - 30px) * 0.3);
    height: calc((33.3333vw - 30px) * 0.3);
    top: calc((33.3333vw - 30px) * -0.2222);
  }
}
@media (min-width: 1200px) {
  .card--agencies-2 .avatar {
    width: 81px;
    height: 81px;
    top: -59.994px;
  }
}
.card--agencies-2 .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-modal .modal-header {
  border-width: 3px;
  border-color: #0ec6d5;
}
.featured-modal .card-header img {
  max-height: 100px;
  max-width: 50%;
}
.featured-modal .table tbody tr:nth-last-child(2) {
  border-top: 1px solid #dadce0;
}
.featured-modal .table tbody tr:last-child {
  border-bottom: 1px solid #dadce0;
}
.featured-modal .modal-body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
.featured-modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dae0e5;
}
.featured-modal .rich-text > p {
  padding: 0 !important;
  margin: 0 !important;
}

.card__filter .link-head {
  position: relative;
  border-top: 1px solid #dadce0;
  margin-bottom: 10px;
}
.card__filter .link-head:hover {
  border-color: #333 !important;
  background-color: #f8f9fa !important;
}
.card__filter .link-head:hover span {
  color: #333 !important;
}
.card__filter .link-head:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f146";
  position: absolute;
  color: #0ec6d5;
  font-size: 13px;
  right: 10px;
  top: calc(50% - 10px);
  font-weight: 600;
}
.card__filter .link-head[aria-expanded=false]:after {
  content: "\f0fe";
}
.card__filter .checkbox-content .list-group-item {
  padding: 5px 10px;
  border: 0;
}
.card__filter .checkbox-content .list-group-item:hover {
  background-color: #f8f9fa;
}
.card__filter .bootstrap-select > .dropdown-toggle.bs-placeholder {
  height: 30px !important;
  padding: 5px 10px;
  border-color: #dadce0;
  color: #696969;
  font-weight: 400;
  background-color: #fff;
}
.card__filter .bootstrap-select > .dropdown-toggle {
  height: 30px !important;
  padding: 5px 10px;
  color: #333;
  font-weight: 400;
}
.card__filter .bootstrap-select .dropdown-toggle .filter-option {
  height: auto;
}
.card__filter .dropdown-menu {
  border-left: 1px solid #eeeeee !important;
  border-right: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.card__filter .bootstrap-select .dropdown-menu li a {
  color: #333;
  padding: 0 10px;
  font-size: 13px;
}
.card__filter .input-group {
  height: 30px !important;
}
.card__filter .input-group > .form-control {
  height: inherit;
  border-width: 1px;
  border-color: #dadce0;
  background-color: #fff;
  color: #696969;
  font-weight: 400;
  padding: 5px 10px;
}
.card__filter .input-group .input-group-prepend {
  height: inherit;
  margin-right: 0;
  border-top: 1px solid #dadce0;
  border-right: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.card__filter .input-group .input-group-prepend .input-group-text {
  padding: 0 4px;
  font-size: 70%;
  background-color: #f8f8f8;
  font-style: italic;
}
.card__filter .form-control-sm {
  border-width: 1px;
  border-color: #dadce0;
  background-color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.card__filter .form-control-sm:disabled {
  background-color: #e9ecef;
}
.card__filter .btn-outline-light:not(:disabled):not(.disabled).active {
  border-color: #0ec6d5;
}

.blockquote--filter {
  border-left: 3px solid #dadce0;
  margin-left: 11.5px;
}

.compare .-icon-default {
  width: 98px;
}

.nav-pills.nav--compare .nav-link.active {
  border-bottom-color: #0ec6d5 !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13) !important;
}

.table--compare .-header-row th {
  padding: 0 1.875rem;
}

.table--compare .-header-row th > div {
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  display: flex;
  align-items: end;
}

.table--compare .-card-price {
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}

.table--compare tbody tr:last-child:hover {
  background-color: transparent !important;
}

.table--compare .dropdown-item {
  border: 1px solid transparent;
}

.table--compare .dropdown-item:active {
  background-color: #f8f9fa;
}

.table--compare th .card {
  border: 0 !important;
  width: 240px;
}

.table--compare .card .-wrp-img {
  width: 240px;
  height: 135px;
  overflow: hidden;
}

.table--compare .-header-row th > div {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1600px) {
  .table--compare th .card {
    width: 320px;
  }

  .table--compare .card .-wrp-img {
    width: 320px;
    height: 180px;
  }

  .table--compare .-header-row th > div {
    width: 320px;
  }
}
.badge--compare {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  width: 80px;
  margin: 0 auto;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  background-color: rgba(37, 37, 37, 0.8);
  color: #fff;
}

.badge--compare:hover {
  background-color: #fff;
}

.-group-box-office {
  max-height: calc(100vh - 72.275px);
  overflow: auto;
}
@media (min-width: 1200px) {
  .-group-box-office {
    max-height: calc(100vh - 96px);
  }
}
.-group-box-office .-box-office-info {
  padding-left: 29px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
@media (max-width: 575px) {
  .-group-box-office .-box-office-info {
    padding-left: 13px;
  }
}
.-group-box-office .-box-office-info:not(:last-child) {
  border-bottom: 1px solid #dadce0;
}
.-group-box-office .-box-office-info h3.card-title {
  font-size: 14px;
  line-height: 1;
}
.-group-box-office .-box-office-info p.card-text.-t2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.-group-box-office .-box-office-info button {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.-group-box-office::-webkit-scrollbar {
  width: 8px;
  background: #fff;
}
.-group-box-office::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.125);
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.-box-office-info {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section-offices h4.card-title {
  border-left: 3px solid #0ec6d5;
  padding-left: 10px;
}
@media (min-width: 991px) {
  .section-offices h4.card-title:last-child() {
    border-left: 0;
    padding-left: 0;
  }
}

.-row-location {
  padding: 0 10px;
}

.-col-location {
  padding: 0 5px !important;
  margin-bottom: 10px !important;
}

/* Start: Google Maps Responsive */
/* End: Google Maps Responsive */
.map-image {
  overflow: hidden;
  height: 248px;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .map-image {
    box-shadow: none;
  }
}
.map-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.-wrp-map {
  height: 248px !important;
  background-color: #eeeeee;
  border-radius: 5px;
}

.card__person {
  border-color: #dadce0;
}
@media (min-width: 576px) {
  .card__person .media {
    height: 202px;
  }
}
.card__person .media .media-body {
  width: 100%;
}
@media (min-width: 576px) {
  .card__person .media .media-body {
    width: initial;
  }
}
.card__person .-avatar-img {
  overflow: hidden;
  width: 100%;
  height: calc((100vw - 62px) * 0.9);
}
@media (min-width: 576px) {
  .card__person .-avatar-img {
    height: 166.4px;
    width: 149.76px;
  }
}
@media (min-width: 768px) {
  .card__person .-avatar-img {
    height: 180px;
  }
}
.card__person .-avatar-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__person .media__head {
  border-bottom: 2px solid #0ec6d5;
  padding-bottom: 6px;
}
.card__person .media__head .media-body {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__person .media__head .wrp-logo {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-left: 16px;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #f8f9fa;
}
.card__person .media__head .-title {
  line-height: 18px;
  height: 36px;
  font-size: 14px;
  overflow: hidden;
}
.card__person .media__head .-occupation {
  line-height: 16px;
  font-size: 13.5PX;
}
.card__person .-document {
  background: whitesmoke;
  background: linear-gradient(90deg, whitesmoke 0%, white 100%);
  line-height: 15px;
  font-size: 13PX;
  margin-bottom: 6px;
}
.card__person .-group-contact {
  margin-bottom: 6px;
}
.card__person .-group-contact a {
  line-height: 22px;
  font-size: 13px;
  color: #696969;
  white-space: nowrap;
  overflow: hidden;
  transition: background-color 300ms ease;
}
.card__person .-group-contact a span {
  transition: color 300ms ease;
}
.card__person .-group-contact a span i {
  transition: transform 300ms ease;
}
.card__person .-group-contact a:hover {
  background-color: #f8f8f8;
}
.card__person .-group-contact a:hover span:first-child i {
  transform: scale(1.15);
  font-weight: 600 !important;
}
.card__person .-group-contact a:hover span:last-child {
  color: #0ec6d5;
}
.card__person .-group-contact a span:first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
}
.card__person .-group-contact a.-email {
  font-size: 12.75px;
  letter-spacing: -0.5px;
}

.card__light-person {
  padding: 20px;
}
@media (min-width: 768px) {
  .card__light-person {
    padding: 14px 12px;
  }
}
.card__light-person .-avatar-img {
  overflow: hidden;
  border-radius: 4px;
  height: calc(100vw - 136.8px);
}
@media (min-width: 576px) {
  .card__light-person .-avatar-img {
    height: 189.15px;
  }
}
@media (min-width: 768px) {
  .card__light-person .-avatar-img {
    height: 125px;
  }
}
@media (min-width: 992px) {
  .card__light-person .-avatar-img {
    height: 123.75px;
  }
}
@media (min-width: 1200px) {
  .card__light-person .-avatar-img {
    height: 156px;
  }
}
.card__light-person .-avatar-img img {
  height: 90%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__light-person .media {
  box-shadow: 0 1px 0 0 #0ec6d5;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .card__light-person .media {
    margin-bottom: 6px;
  }
}
.card__light-person .media .media-body {
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) and (max-width: 767px) {
  .card__light-person .media .media-body {
    height: 60px;
  }
}
.card__light-person .media .media-body a.card-title {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
}
.card__light-person .media .media-body p.card-occupation {
  line-height: 18px;
}
.card__light-person .media .wrp-logo {
  width: 54px;
  height: 54px;
  overflow: hidden;
  margin-left: 10px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .card__light-person .media .wrp-logo {
    width: 60px;
    height: 60px;
  }
}
.card__light-person .media .wrp-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__light-person .-group-contact {
  margin-bottom: 6px;
}
.card__light-person .-group-contact a {
  color: #696969;
}
.card__light-person .-group-contact a span {
  transition: color 300ms ease;
}
.card__light-person .-group-contact a:hover {
  background-color: #f8f8f8;
}
.card__light-person .-group-contact a:hover span:first-child i {
  font-weight: 600 !important;
}
.card__light-person .-group-contact a:hover span:last-child {
  color: #09838d;
}
.card__light-person .-group-contact a.-email {
  letter-spacing: -0.5px;
}

.card__owner {
  border-color: #dadce0;
  box-shadow: 0px 0px 7px 0px rgba(14, 198, 213, 0.25) inset !important;
}
@media (min-width: 576px) {
  .card__owner .media {
    height: 204px;
  }
}
.card__owner .media .media-body {
  width: 100%;
}
@media (min-width: 576px) {
  .card__owner .media .media-body {
    width: initial;
  }
}
.card__owner .-avatar-img {
  overflow: hidden;
  width: 100%;
  height: calc((100vw - 62px) * 0.9);
}
@media (min-width: 576px) {
  .card__owner .-avatar-img {
    height: 166.4px;
    width: 149.76px;
  }
}
@media (min-width: 768px) {
  .card__owner .-avatar-img {
    height: 180px;
  }
}
.card__owner .-avatar-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__owner .media-body hr {
  margin: 8px 0;
}
.card__owner .media-body .-title {
  line-height: 17px;
  height: 34px;
  font-size: 14px;
  overflow: hidden;
}
.card__owner .media-body .-document {
  line-height: 15px;
  font-size: 13PX;
}
.card__owner .media-body .-occupation {
  line-height: 15px;
  font-size: 13PX;
}
.card__owner .media-body .-tags {
  background: #eff6f7;
  background: linear-gradient(90deg, #eff6f7 66%, white 100%);
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(to right, #0ec6d5 0%, #FFFFFF 100%) 1;
     border-image: linear-gradient(to right, #0ec6d5 0%, #FFFFFF 100%) 1;
  border-bottom: 1px solid transparent;
  color: #09838d;
  margin: 6px 0;
  padding-left: 10px;
}
.card__owner .media-body .-group-contact a {
  line-height: 22px;
  font-size: 13px;
  color: #696969;
  white-space: nowrap;
  overflow: hidden;
  transition: background-color 300ms ease;
}
.card__owner .media-body .-group-contact a span {
  transition: color 300ms ease;
}
.card__owner .media-body .-group-contact a span i {
  transition: transform 300ms ease;
}
.card__owner .media-body .-group-contact a:hover {
  background-color: #f8f8f8;
}
.card__owner .media-body .-group-contact a:hover span:first-child i {
  transform: scale(1.15);
  font-weight: 600 !important;
}
.card__owner .media-body .-group-contact a:hover span:last-child {
  color: #0ec6d5;
}
.card__owner .media-body .-group-contact a span:first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
}
.card__owner .media-body .-group-contact a.-email {
  font-size: 12.75px;
  letter-spacing: -0.5px;
}

.card__payment {
  border: 1px solid #dadce0;
  max-width: 900px;
  margin: 0 auto;
}
.card__payment .-wrp-logo {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card__payment .-wrp-logo img {
  max-width: 100%;
  max-height: 70px;
}
.card__payment .table th {
  padding: 0.2rem 0.4rem;
  font-weight: 600;
}
.card__payment .table td {
  padding: 0.2rem 0.4rem;
  color: #333;
}
.card__payment .table tr:nth-child(odd) th {
  border-right: 1px solid #fff;
}
.card__payment .table tr:nth-child(even) th {
  border-right: 1px solid #eee;
}
.card__payment .-table-child tr th {
  font-weight: 500;
  color: #000;
  border-top: 0;
}
.card__payment .-table-child tr th, .card__payment .-table-child tr td {
  border-right: 0 !important;
  font-size: 13px;
}

.btn-outline-primary {
  background-color: white;
}

.mgf {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #dadce0;
  border-radius: 5px;
  transition: all 0.2s;
  z-index: 10;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .mgf.mgf-fixed {
    position: fixed;
    top: 94px;
    transition: all 0.2s;
  }
}
@media (min-width: 1600px) {
  .mgf.mgf-fixed {
    position: fixed;
    top: 94px;
    transition: all 0.2s;
  }
}
@media (min-width: 1200px) {
  .mgf {
    width: 281.25px;
  }
}
.mgf .mgf-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0 2.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.mgf .mgf-header {
  padding: 1.25rem 2.5rem;
  margin-bottom: 0;
  background-color: transparent;
}
.mgf .mgf-header:first-child {
  border-radius: 4px 4px 0 0;
}
.mgf .mgf-header .mgf-title {
  font-size: 15px;
  line-height: 29.75px;
  margin-bottom: 10px;
}
.mgf .mgf-header .mgf-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0 10px;
}
.mgf .mgf-header .mgf-actions .btn {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-auto-rows: 1fr;
  gap: 0 8px;
  height: 40px;
  padding: 0 0.5rem !important;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.mgf .mgf-header .mgf-actions .btn i {
  display: block;
  font-size: 18px;
}
.mgf .mgf-header .mgf-actions .btn span {
  text-align: left;
}
.mgf .mgf-header .mgf-actions .btn-clean {
  border-color: rgba(105, 105, 105, 0.25);
}
.mgf .mgf-header .mgf-actions .btn-clean:hover {
  border-color: #e2e6ea;
}
.mgf .mgf-header .mgf-actions .btn-search {
  padding: 0.3125rem 0.5rem;
  border-radius: 0.2rem;
  color: #17a2b8;
  border-color: rgba(23, 162, 184, 0.25);
  box-shadow: none !important;
}
.mgf .mgf-header .mgf-actions .btn-search:hover {
  color: #fff;
}
.mgf .mgf-footer {
  padding: 1.25rem 2.5rem;
  background-color: transparent;
}
.mgf .mgf-footer:last-child {
  border-radius: 0 0 4px 4px;
}
.mgf .mgf-group-link .mgf-link:not(:last-child) {
  margin-bottom: 10px;
}
.mgf .mgf-group-link .mgf-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  line-height: 40px;
  color: #333;
  background-color: #F8F9FA;
  border-left: 2px solid #ededed;
  border-radius: 5px;
  padding: 0 10px;
  transition: all 0.25s ease-in;
}
.mgf .mgf-group-link .mgf-link:hover, .mgf .mgf-group-link .mgf-link.active {
  border-left-color: var(--primary);
  transform: translateX(5px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  color: #09838d;
}
.mgf .mgf-group-link .mgf-link:hover .badge.badge--count, .mgf .mgf-group-link .mgf-link.active .badge.badge--count {
  background-color: rgba(14, 198, 213, 0.05);
}
.mgf .mgf-group-link .mgf-link:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  color: #0ec6d5;
  font-size: 14px;
  right: 10px;
  font-weight: 600;
}
.mgf .btn.btn-clean {
  padding: 0.3125rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  font-weight: 300;
  color: #696969;
  background-color: #fff;
  border-color: #dadce0;
  box-shadow: none !important;
}
.mgf .btn.btn-clean:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
@media (min-width: 576px) {
  .mgf .mgf-header,
.mgf .mgf-body,
.mgf .mgf-footer,
.mgf .section {
    padding-right: 1.66rem;
    padding-left: 1.66rem;
  }
}
@media (min-width: 1199px) {
  .mgf .mgf-header,
.mgf .mgf-body,
.mgf .mgf-footer,
.mgf .section {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.mgf form {
  height: 100%;
}

.mgf.mgf--sm {
  position: fixed;
  z-index: 1000000;
  width: 100vw;
  left: -100vw;
  top: 0;
  transition: all 0.7s ease;
  height: 100vh;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}
@media (min-width: 576px) {
  .mgf.mgf--sm {
    width: 300px;
    left: -300px;
  }
}
.mgf.mgf--sm.mgf--sm-show {
  left: 0 !important;
  box-shadow: 0 11px 30px 0 rgba(51, 51, 51, 0.15);
}
.mgf.mgf--sm.mgf--sm-show .mgf-tigger {
  background-color: rgba(226, 230, 234, 0.8);
  height: 100px;
  line-height: 100px;
  width: 24px;
}
@media (max-width: 1199px) {
  .mgf.mgf--sm.mgf--sm-show .mgf-tigger {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 1px 0 0 0 var(--primary) inset;
    right: 0;
  }
}
.mgf.mgf--sm.mgf--sm-show .mgf-tigger::before {
  content: "\f104";
  color: var(--primary);
}
.mgf.mgf--sm .mgf-header {
  box-shadow: 0 0 0 0.75px #dadce0 inset;
}
.mgf.mgf--sm .mgf-body {
  height: calc(100vh - 119.74px);
}
.mgf.mgf--sm .mgf-body .mgf-group-link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.mgf.mgf--sm .mgf-body .section {
  height: auto;
  min-height: calc(100vh - 119.74px);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.mgf.mgf--sm .mgf-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #F8F9FA;
}

.mgf .mgf-tigger {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -26px;
  margin: auto 0;
  width: 26px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #fff;
  text-align: center;
  line-height: 140px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 25px;
  cursor: pointer;
  box-shadow: 0 11px 30px 0 rgba(51, 51, 51, 0.15);
}
@media (min-width: 1200px) {
  .mgf .mgf-tigger {
    display: none;
  }
}
.mgf .mgf-tigger:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f105";
  font-size: 1.4rem;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  color: #0ec6d5;
}

.section {
  position: absolute;
  width: 100vw;
  left: -100vw;
  height: 100%;
  top: 0;
  background-color: #fff;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0 2.5rem;
  transition: left 0.7s ease;
}
@media (min-width: 576px) {
  .section {
    width: 300px;
    left: -300px;
  }
}
.section.active {
  left: 0;
}
.section .section-tittle {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #09838d;
  background-color: #F8F9FA;
  border-left: 2px solid #ededed;
  border-radius: 5px;
  padding: 0 10px;
  white-space: nowrap;
  transition: all 0.25s ease-in;
}
.section .section-tittle:hover, .section .section-tittle.active {
  border-left-color: var(--primary);
  transform: translateX(-5px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.section .section-tittle:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  position: absolute;
  color: #0ec6d5;
  font-size: 14px;
  right: 10px;
  font-weight: 600;
}
.section .section-tittle span:last-child {
  -webkit-clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 0 100%, 0 0);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 2px solid var(--primary);
  background-color: #DFE3E7;
  padding: 0 20px 0 8px;
  letter-spacing: 0.8px;
  font-size: 11px;
  line-height: 24px;
  color: #212529;
  margin: 8px 0;
}
@media (min-width: 1200px) {
  .section {
    width: 278px;
    left: -280px;
  }
}

.mgf-v-scroll::-webkit-scrollbar {
  width: 7px;
  background: #f0f0f0;
  background: linear-gradient(180deg, #f0f0f0 75%, white 100%);
}

.mgf-v-scroll::-webkit-scrollbar-thumb {
  border-right: 3px solid transparent;
  border-image: linear-gradient(to bottom, var(--primary) 25%, #FFFFFF 100%) 1;
}

/**
 *
 * START FORM
 *
 */
.mgf .form-grid-1x {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 14px 10px;
}
.mgf .form-grid-2x {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 14px 10px;
}
.mgf .grid-2x1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: 1fr;
  gap: 14px 10px;
}
.mgf .grid-3x {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;
}
.mgf .grid-3x .content-radio:last-child {
  grid-column: 2/3;
}
.mgf .grid-4x {
  display: grid;
  grid-template-columns: repeat(4, minmax(54px, 1fr));
  grid-auto-rows: 1fr;
  place-content: center;
  gap: 10px 7.34px;
}
.mgf label.ico-tittle {
  height: 20px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  padding-left: 14px;
  position: relative;
}
.mgf label.ico-tittle:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c8";
  position: absolute;
  color: #0ec6d5;
  font-size: 6.4px;
  top: 0;
  left: 0;
  font-weight: 600;
}
@media (min-width: 576px) {
  .mgf label.ico-tittle {
    font-size: 13px;
  }
}
.mgf label.tittle {
  height: 20px;
  line-height: 20px;
  font-weight: 500;
  font-size: 13.5px;
  color: #333;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .mgf label.tittle {
    font-size: 12.5px;
  }
}
.mgf hr {
  margin: 20px 0 10px 0;
  background-color: rgba(14, 198, 213, 0.5);
}
.mgf .btn-group-toggle {
  background-color: #F8F9FA;
  border-radius: 3px;
  padding: 7px;
  gap: 7px;
  box-shadow: 0 0 0 0.75px #dadce0 inset;
}
.mgf .btn-group-toggle .btn {
  border-radius: 50px !important;
  border-radius: 50px !important;
}
.mgf .btn-group-toggle label.btn {
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  border-style: dashed;
  border-color: #dadce0;
  color: #696969;
  background-color: #fff;
}
.mgf .btn-group-toggle label.btn:not(:disabled):not(.disabled):active, .mgf .btn-group-toggle label.btn:not(:disabled):not(.disabled).active {
  border-style: solid;
}
.mgf .btn-group-toggle label.btn:last-child {
  margin-left: 0;
}
.mgf .form-control {
  font-size: 14px;
  border: 1px solid #dadce0;
  background-color: transparent;
  box-shadow: none !important;
  color: #333;
  font-weight: 400;
}
.mgf .form-control:focus {
  color: #09838d;
  background-color: #fff;
}
.mgf .form-control::-moz-placeholder {
  font-weight: 300;
  font-size: 12.5px;
  font-style: italic;
}
.mgf .form-control::placeholder {
  font-weight: 300;
  font-size: 12.5px;
  font-style: italic;
}
.mgf .input-group.input-group--tag {
  border-radius: 3px;
  height: 38px;
}
.mgf .input-group.input-group--tag input.form-control {
  height: 100%;
  padding-right: 0;
  border-right: 0;
}
.mgf .input-group.input-group--tag input.form-control:focus {
  border-color: rgba(14, 198, 213, 0.75);
}
.mgf .input-group.input-group--tag input.form-control:focus + .input-group-prepend {
  border-color: rgba(14, 198, 213, 0.75);
}
.mgf .input-group.input-group--tag .input-group-prepend {
  margin-right: 0;
  border-top: 1px solid #dadce0;
  border-right: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.mgf .input-group.input-group--tag .input-group-prepend .input-group-text {
  background-color: transparent;
  border: 0;
  border-radius: inherit;
  padding-left: 0.375rem;
  padding-right: 0.5rem;
  font-size: 11px;
  font-weight: 500;
  color: #09838d;
}
.mgf .input-group.input-group--tag input.form-control:-moz-read-only {
  background-color: #F5F5F5;
  border-color: #dadce0 !important;
}
.mgf .input-group.input-group--tag input.form-control:read-only {
  background-color: #F5F5F5;
  border-color: #dadce0 !important;
}
.mgf .input-group.input-group--tag input.form-control:-moz-read-only + .input-group-prepend {
  background-color: #F5F5F5;
  border-color: #dadce0 !important;
  color: #333;
}
.mgf .input-group.input-group--tag input.form-control:read-only + .input-group-prepend {
  background-color: #F5F5F5;
  border-color: #dadce0 !important;
  color: #333;
}
.mgf .grid-counter {
  display: grid;
  grid-template-columns: 78px 1fr 1fr;
  grid-auto-rows: 1fr;
  align-items: center;
  border-bottom: 1px dashed #dadce0;
}
.mgf .grid-counter .grid-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.mgf .grid-counter .grid-item:not(:first-child) {
  justify-content: end;
}
.mgf .grid-counter label {
  font-weight: 500;
  font-size: 13.5px;
  line-height: 14.5px;
  color: #444;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .mgf .grid-counter label {
    font-size: 12.5px;
    line-height: 13.5px;
  }
}
.mgf .grid-counter .wrp-head {
  height: 22px;
  width: 60px;
  display: flex;
  justify-content: center;
}
.mgf .grid-counter .wrp-head label.head {
  color: #09838d;
  font-size: 12px;
  text-align: center;
}
.mgf .input-group--counter {
  height: 50px;
  width: 70px;
}
@media (min-width: 576px) {
  .mgf .input-group--counter {
    height: 46px;
    width: 62px;
  }
}
.mgf .input-group--counter .input-group-prepend {
  margin: 0;
}
.mgf .input-group--counter .input-group-prepend .input-group-text {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.mgf .input-group--counter .input-group-prepend .input-group-text .btn {
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #F8F9FA;
  border-color: transparent;
  color: #0b9aa5;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
@media (min-width: 576px) {
  .mgf .input-group--counter .input-group-prepend .input-group-text .btn {
    width: 19px;
    height: 19px;
    line-height: 16px;
  }
}
.mgf .input-group--counter .input-group-prepend .input-group-text .btn i {
  font-size: 11px;
  font-weight: 400;
  vertical-align: middle;
}
.mgf .input-group--counter .input-group-prepend .input-group-text .btn:hover {
  color: #fff;
  background-color: #0b9aa5;
  border-color: #0a8e99;
  box-shadow: none;
}
.mgf .input-group--counter .input-group-prepend .input-group-text .btn:focus {
  box-shadow: none;
}
.mgf .input-group--counter .input-group-prepend + input {
  border: 0;
  text-align: center;
  height: inherit;
  padding: 0.375rem 0;
  color: #696969;
}
.mgf .wrp-select {
  position: relative;
  margin-top: 30px;
}
.mgf .wrp-select label.tittle {
  position: absolute;
  margin-bottom: 0;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  top: -10px;
  left: 4px;
  padding-right: 6px;
  padding-left: 12px;
}
.mgf .wrp-select label.tittle:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c8";
  position: absolute;
  color: #0ec6d5;
  font-size: 6.4px;
  top: 0;
  left: 0;
  font-weight: 600;
}
.mgf .wrp-select select.form-control {
  height: 42px;
  line-height: 42px;
  padding: 0.5rem 0.75rem 0.25rem 0.75rem;
  color: #696969;
}
.mgf .wrp-select select.form-control option:first-child {
  color: #ABABAB;
}
.mgf .section .list-group-item {
  padding: 0.375rem 0.75rem;
  border-radius: 3px;
  border: 0;
}
.mgf .section .list-group-item label {
  font-weight: 400;
  font-size: 13px;
  color: #333;
  width: 100%;
}
.mgf .section .list-group-item .custom-control:hover label {
  color: var(--primary);
}
.mgf .section .list-group-item:hover {
  background-color: #F8F9FA;
}
.mgf .ico-radio .content-radio {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mgf .ico-radio .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 52px;
  padding: 0;
  border-color: #dadce0;
  color: #0ec6d5;
  background-color: #fff;
  padding: 16px;
}
.mgf .ico-radio .btn:hover {
  border-color: #0ec6d5;
}
@media (min-width: 576px) {
  .mgf .ico-radio .btn {
    height: 38px;
    width: 44px;
  }
}
.mgf .ico-radio input {
  display: none;
}
.mgf .ico-radio i {
  font-size: 22px;
}
@media (min-width: 576px) {
  .mgf .ico-radio i {
    font-size: 18px;
  }
}
.mgf .ico-radio label:last-child {
  display: block;
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #333;
}
@media (min-width: 576px) {
  .mgf .ico-radio label:last-child {
    font-size: 10px;
    line-height: 10px;
  }
}
.mgf .slider-range-primary .ui-slider {
  background-color: #ededed;
}
.mgf .slider-range {
  margin: 6px 0 24px;
}
.mgf .slider-range .sup-label {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  color: #09838d;
  margin-bottom: 4px;
}
.mgf .slider-range .ui-slider-handle {
  cursor: -webkit-grab;
  cursor: grab;
}
.mgf .badge.badge--count {
  height: 20px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bee5eb;
  border-radius: 50px;
  background-color: transparent;
  color: var(--primary);
  font-size: 12px;
  font-weight: 500;
  margin-right: 16px;
  cursor: default;
}
.mgf .badge.badge--count:hover {
  color: #09838d;
}

/**
 *
 * END FORM
 *
 */
.empty-box {
  height: 35vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 1200px) {
  .empty-box {
    height: 520px;
    padding-left: 0;
    padding-right: 0;
  }
}
.empty-box img {
  margin-bottom: 16px;
}
.empty-box p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0;
}
.empty-box span {
  font-weight: 500;
  color: var(--secondary);
  font-weight: 15px;
}
.empty-box .divider {
  display: block;
  width: 75px;
  height: 3.5px;
  margin-top: 19px;
  margin-bottom: 21px;
  border-radius: 50px;
  background: #0ec6d5;
  background: linear-gradient(90deg, #0ec6d5 25%, #1e1d85 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ec6d5",endColorstr="#1e1d85",GradientType=1);
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .mgf.mgf--map .mgf-tigger {
    display: block;
  }
}

.last-card {
  position: absolute;
  bottom: 0;
}

.slider-preview,
.slider-preview-2,
.slider-preview-3 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1052;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0;
}
@media (min-width: 576px) {
  .slider-preview,
.slider-preview-2,
.slider-preview-3 {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .slider-preview,
.slider-preview-2,
.slider-preview-3 {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .slider-preview,
.slider-preview-2,
.slider-preview-3 {
    padding: 40px;
  }
}
.slider-preview img,
.slider-preview-2 img,
.slider-preview-3 img {
  max-height: 100%;
}

#slider-preview-prev,
#slider-preview-next,
#slider-preview-prev-2,
#slider-preview-next-2,
#slider-preview-prev-3,
#slider-preview-next-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  cursor: pointer;
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.6;
  padding: 4px 9.75px;
  background-color: rgba(0, 0, 0, 0.25);
  border-top-left-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  #slider-preview-prev,
#slider-preview-next,
#slider-preview-prev-2,
#slider-preview-next-2,
#slider-preview-prev-3,
#slider-preview-next-3 {
    font-size: 1.6rem;
  }
}
#slider-preview-prev:hover,
#slider-preview-next:hover,
#slider-preview-prev-2:hover,
#slider-preview-next-2:hover,
#slider-preview-prev-3:hover,
#slider-preview-next-3:hover {
  opacity: 1;
}

#slider-preview-prev,
#slider-preview-prev-2,
#slider-preview-prev-3 {
  left: 10px;
}

#slider-preview-next,
#slider-preview-next-2,
#slider-preview-next-3 {
  right: 10px;
}

#slider-close,
#slider-close-2,
#slider-close-3 {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.6;
  padding: 4px 8.25px;
  background-color: rgba(0, 0, 0, 0.25);
  border-top-left-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  #slider-close,
#slider-close-2,
#slider-close-3 {
    font-size: 1.6rem;
  }
}
#slider-close:hover,
#slider-close-2:hover,
#slider-close-3:hover {
  opacity: 1;
}

.slider-preview span,
.slider-preview-2 span,
.slider-preview-3 span {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.5s ease;
  font-size: 0.75rem;
  color: #fff;
  opacity: 0.6;
  padding: 0px 6.5px;
  background-color: rgba(0, 0, 0, 0.25);
  border-top-left-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .slider-preview span,
.slider-preview-2 span,
.slider-preview-3 span {
    font-size: 0.85rem;
  }
}
.slider-preview span:hover,
.slider-preview-2 span:hover,
.slider-preview-3 span:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .slider-preview-3 > .embed-responsive {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .slider-preview-3 > .embed-responsive {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .slider-preview-3 > .embed-responsive {
    max-width: 70%;
  }
}
@media (min-width: 1400px) {
  .slider-preview-3 > .embed-responsive {
    max-width: 60%;
  }
}
@media (min-width: 1600px) {
  .slider-preview-3 > .embed-responsive {
    max-width: 50%;
  }
}
@media (min-width: 2560px) {
  .slider-preview-3 > .embed-responsive {
    max-width: 960px;
  }
}
@media (min-width: 3840px) {
  .slider-preview-3 > .embed-responsive {
    max-width: 1200px;
  }
}

.fade {
  transition: opacity 0.15s linear;
}

.brand-square {
  display: flex;
  justify-content: center;
  max-height: 100px;
}
.brand-square a {
  text-align: center;
}
.brand-square a img {
  max-width: 100%;
  height: 100%;
}

.testimonials__section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 600px) {
  .testimonials__section {
    grid-template-columns: 570px;
  }
}
@media (min-width: 992px) {
  .testimonials__section {
    grid-template-columns: repeat(2, minmax(auto, 473.5px));
    gap: 15px;
  }
  .testimonials__section .testimonials__box {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials__section {
    grid-template-columns: repeat(2, minmax(auto, 570px));
    gap: 30px;
  }
}
.testimonials__section + section {
  padding-bottom: 30px;
}
.testimonials__box .card-title {
  color: #1e1d85;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.testimonials__box .card-text {
  display: flex;
  color: #333;
  margin-bottom: 24px;
}
.testimonials__box .card-text i {
  color: #DEDEE0;
  margin-right: 10px;
}
.testimonials__box .card-text p {
  width: 100%;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  min-height: initial;
  max-height: initial;
}
@media (min-width: 992px) {
  .testimonials__box .card-text p {
    min-height: 120px;
    max-height: 120px;
  }
}
@media (min-width: 1200px) {
  .testimonials__box .card-text p {
    min-height: 92px;
    max-height: 92px;
  }
}
.testimonials__box .card-link {
  font-size: 15px;
  line-height: 1.6;
  display: block;
  height: 24px;
  white-space: nowrap;
}
.testimonials__box .card-link:hover span i {
  color: var(--primary);
}
.testimonials__box .card-link span i {
  transition: all 0.4s;
}
.testimonials__box .card-image {
  border-radius: 50%;
  overflow: hidden;
}
.testimonials__box .wrp-media .media:hover .media-body p:first-child {
  color: #0ec6d5;
}
.testimonials__box .wrp-media .media .media-body p:first-child {
  transition: all 0.2s;
}
.testimonials__box .media-body {
  min-width: 1px;
}
.testimonials__box .media-body p:first-child {
  color: #333;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.testimonials__box .media-body p:last-child {
  color: #696969;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .modal-testimonial .modal-dialog {
    max-width: 546px;
  }
}
@media (min-width: 768px) {
  .modal-testimonial .modal-dialog {
    max-width: 738px;
  }
}
@media (min-width: 992px) {
  .modal-testimonial .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-testimonial .modal-dialog {
    max-width: 940px;
  }
}
.modal-testimonial .modal-dialog .modal-content {
  background-color: lightblue;
}
.modal-testimonial .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-testimonial .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  background-color: #F0F0F0;
  width: 8px;
}
.modal-testimonial .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.125);
  border-right: 2px solid #F0F0F0;
}
.modal-testimonial .modal-dialog .modal-content .modal-body .close {
  float: initial;
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 16px;
}
.modal-testimonial .modal-dialog .modal-content .modal-body .close:hover {
  color: #dc3545;
}
@media (min-width: 992px) {
  .modal-testimonial .testimonials__box .card-text p {
    min-height: initial;
    max-height: initial;
  }
}

.slick-slider__package .slick-arrow {
  box-shadow: 0px 0px 0px 2px #0ec6d5 inset;
  color: #0ec6d5;
}
.slick-slider__package .slick-arrow:hover {
  color: #fff;
}

@media (min-width: 1400px) {
  .-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .-col-xxl-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .-col-xxl-20x1 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .container.container__alter-xxl {
    max-width: 1400px;
  }

  .container.container--max-1600 {
    max-width: 1600px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .col-1400-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }

  .col-1400-7 {
    flex: 0 0 58.3328%;
    max-width: 58.3328%;
  }

  .col-1400-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-1400-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }

  .col-1400-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-1400-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.-col-4p5 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.slick-arrow.slick-prev {
  left: -8px;
}
.slick-arrow.slick-next {
  right: -8px;
}

.main-header .dropdown-menu-docs a {
  color: #333;
}
.main-header .dropdown-menu-docs a:hover {
  color: #09838d;
}

.grid-btns-action {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  gap: 12px;
  justify-content: end;
}

._btn-submit span:first-child {
  display: inline;
}
._btn-submit span:last-child {
  display: none;
  align-items: center;
}

._btn-submit[disabled=true] {
  padding-left: 0;
  padding-right: 0;
  background-color: #17a2b8;
  border-color: #17a2b8;
  opacity: 1;
  cursor: progress;
}
._btn-submit[disabled=true] span:first-child {
  display: none;
}
._btn-submit[disabled=true] span:last-child {
  display: inline-block;
}

.badge--light-danger {
  border: 1px solid #f1416c;
  background-color: #fff5f8;
  color: var(--danger);
}

.badge--light-success {
  border: 1px solid #50cd89;
  background-color: #e8fff3;
  color: var(--success);
}

.bg-alert--warning {
  background-color: #FDF0CC;
}

.dropdown_widgets .dropdown-toggle {
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dropdown_widgets .dropdown-toggle::after {
  content: "";
}
.dropdown_widgets .dropdown-toggle:hover {
  color: #0ec6d5 !important;
  background-color: #fff;
}
.dropdown_widgets .dropdown-toggle[aria-expanded=true] {
  color: #0ec6d5 !important;
  background-color: #fff;
}

._widgets {
  display: grid;
  max-width: 240px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  padding: 2px;
  transition: all 0.7s ease;
}
@media (min-width: 1200px) {
  ._widgets {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  ._widgets:hover {
    background-color: #eff6f7;
  }
}
._widgets ._widgets-item {
  display: flex;
  background-color: #fff;
  margin: 2px;
  padding: 6px;
  border-radius: 3px;
}
._widgets ._widgets-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
._widgets ._widgets-item:hover {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
._widgets ._widgets-item.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
  cursor: default;
}

@media (max-width: 1199px) {
  .dropdown__widgets-mobile {
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .dropdown__widgets-mobile ._widgets {
    margin: 0 auto 26px;
  }

  #flagModal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
}
.flag-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 576px) {
  .flag-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.flag-grid span {
  margin-right: 8px;
}
.flag-grid p {
  margin-bottom: 0;
  display: inline-block;
  color: #696969;
}
.flag-grid a:hover p {
  color: var(--secondary);
}
.flag-grid a.active p {
  font-weight: 600 !important;
  color: var(--secondary);
}
.flag-grid a.active p::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  margin-left: 4px;
}

._btn-flags {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  ._btn-flags {
    border-radius: 50%;
  }
}
._btn-flags .fi {
  font-size: 16px;
}
._btn-flags:hover {
  color: #0ec6d5 !important;
  background-color: #fff;
}

.btn-header__out-offer {
  border-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50px;
  padding-left: 16px;
  padding-right: 16px;
}
.btn-header__out-offer:focus {
  box-shadow: none !important;
}
@media (max-width: 1199px) {
  .btn-header__out-offer {
    padding: 0.3125rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.btn-header__in-offer {
  border-color: #eeeeee !important;
  border-radius: 50px;
  padding-left: 16px;
  padding-right: 16px;
  color: #333;
}
.btn-header__in-offer:focus {
  box-shadow: none !important;
}
@media (max-width: 1199px) {
  .btn-header__in-offer {
    padding: 0.3125rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .estate-rent .-img-2sm {
    height: calc((100vw - 30px) * 0.5425);
  }
}

@media (max-width: 767px) {
  .home-project .-card-4x {
    height: calc((100vw - 30px) * 0.5425);
  }
}
@media (max-width: 575px) {
  .home-project .-card-4x {
    height: auto;
  }
  .home-project .-card-4x .card-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 575px) {
  .home-project .-card-4x img {
    height: calc((100vw - 30px) * 0.5425);
  }
}

.slide-show-images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 29, 133, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 5;
}
.slide-show-images span:first-child {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.slide-show-images span:last-child {
  font-size: 16px;
  line-height: 20px;
}
.slide-show-images:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.badge__negotiable {
  border: 1px solid #bee5eb !important;
  text-transform: none;
}

@media (min-width: 1280px) {
  .row-xl-menu-alerts {
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  .row-xl-menu-alerts {
    gap: 8px;
  }
}

.wrp-alert__membership {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .wrp-alert__membership {
    display: none;
  }
}

.alert__membership {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 44px !important;
  padding-left: 14px !important;
}
@media (max-width: 768px) {
  .alert__membership {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}
.alert__membership .alert__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .alert__membership .alert__box {
    flex-direction: row;
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .alert__membership .alert__box {
    gap: 28px;
  }
}
@media (min-width: 1600px) {
  .alert__membership .alert__box {
    gap: 35px;
  }
}
.alert__membership .col-date, .alert__membership .col-total, .alert__membership .col-not-plan {
  position: relative;
  font-size: 13px;
  line-height: 16px;
}
.alert__membership .col-not-plan i {
  display: none;
  opacity: 0.5;
  margin-right: 4px;
}
@media (min-width: 576px) {
  .alert__membership .col-not-plan i {
    display: inline;
  }
}
.alert__membership .col-date:hover {
  color: #0ec6d5;
}
.alert__membership .col-date span {
  display: inline-block;
  transition: color 0.2s;
}
.alert__membership .col-total {
  display: flex;
  align-items: center;
  gap: 8px;
}
.alert__membership .col-total:hover p > span,
.alert__membership .col-total:hover p > label {
  color: #0ec6d5 !important;
}
.alert__membership p {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: -0.25px;
}
.alert__membership p span {
  font-weight: 500;
  transition: color 0.2s;
}
.alert__membership p label {
  font-weight: 600;
  margin-bottom: 0;
}
.alert__membership a {
  text-decoration: underline;
}
.alert__membership.alert-info {
  background-color: #eff6f7;
}
.alert__membership.alert-info a {
  text-decoration: none;
  color: #0c5460;
}
.alert__membership.alert-warning {
  border-color: rgba(246, 181, 0, 0.4);
}
.alert__membership.alert-warning a {
  color: darkgoldenrod;
}
.alert__membership.alert-warning a:hover {
  color: peru;
}
.alert__membership.alert-danger {
  background-color: #f9e0e3;
}
.alert__membership.alert-danger a {
  text-decoration: none;
  color: #dc3545;
}
.alert__membership.alert-danger a:hover {
  color: red;
}
.alert__membership.alert-danger a:hover p span, .alert__membership.alert-danger a:hover p label {
  color: red !important;
}
.alert__membership.alert-danger a p {
  color: #721c24;
}
.alert__membership > div {
  line-height: 1.4;
}
.alert__membership ._ico {
  margin-right: 14px;
  font-size: 16px;
}
.alert__membership .close {
  right: 14px;
  bottom: 0;
}

.alert__modal i {
  opacity: 0.5;
}
.alert__modal span {
  font-weight: 600;
}
.alert__modal.alert-success a {
  color: #28a745;
}
.alert__modal.alert-success a:hover {
  color: #17a2b8;
}
.alert__modal.alert-danger a {
  color: #dc3545;
}
.alert__modal.alert-danger a:hover {
  color: red;
}

._w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.-remove-favorites {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 20px;
}

.navbar-brand {
  display: block;
  width: 94px;
  height: 40px;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.-footer-logo {
  width: 94px;
  height: 40px;
  overflow: hidden;
}

._badge-light {
  background-color: #f8f9fa;
  border: 1px solid #dae0e5;
}

.deg-accent-white {
  background: #eff6f7;
  background: linear-gradient(90deg, #eff6f7 0%, white 51%, #eff6f7 100%);
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important;
  }
}

.-letter-tab {
  border-top-right-radius: 5px;
  padding: 10px 20px 0px 40px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  text-align: right;
  border-top-left-radius: 5px;
}
@media (min-width: 576px) {
  .-letter-tab {
    width: 240px;
  }
}
.-letter-tab a:not(:last-child) {
  margin-right: 4px;
}
.-letter-tab a:hover {
  background-color: #0ec6d5 !important;
  border-color: #0ec6d5 !important;
}

.border-2p {
  border-width: 2px !important;
}

._border-gray-04 {
  border-color: #eeeeee !important;
}

._border-l-dashed {
  border-left-style: dashed !important;
}

._border-r-dashed {
  border-right-style: dashed !important;
}

._border-t-2x {
  border-width: 2px !important;
}

.-rounded-top-right-0 {
  border-top-right-radius: 0;
}

._bg-position-center {
  background-position: center;
}

._text-primary {
  color: #1572e8 !important;
}

._text-secondary {
  color: #6861CE !important;
}

._text-info {
  color: #48abf7 !important;
}

._text-success {
  color: #31ce36 !important;
}

._text-warning {
  color: #ffad46 !important;
}

._text-danger {
  color: #f25961 !important;
}

._text-yellow {
  color: #ffc107 !important;
}

._text-aqua {
  color: #17a2b8 !important;
}

._text-indigo {
  color: #3f51b5 !important;
}

._text-lightblue {
  color: #3c8dbc !important;
}

._text-orange {
  color: #fd7e14 !important;
}

._text-pink {
  color: #e83e8c !important;
}

._text-green {
  color: #28a745 !important;
}

._text-olive {
  color: #3d9970 !important;
}

._text-brown {
  color: brown !important;
}

._text-darkcyan {
  color: darkcyan !important;
}

._text-darkkhaki {
  color: darkkhaki !important;
}

._text-magenta {
  color: magenta !important;
}

._text-violet {
  color: violet !important;
}

.-btn-input-info {
  padding: 4px !important;
  line-height: 12px !important;
  width: 76px;
  display: block;
  background-color: #eff6f7;
  border-color: #eff6f7;
}
.-btn-input-info span, .-btn-input-info small {
  display: flex;
  justify-content: center;
  align-items: center;
}
.-btn-input-info span {
  height: 40%;
}
.-btn-input-info small {
  height: 60%;
}

._wrp-input-info {
  box-shadow: 0 0 0 1.5px rgba(14, 198, 213, 0.6);
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 0;
  display: flex;
}
._wrp-input-info a {
  background-color: #eff6f7;
  border-color: #eff6f7;
}

.-min-vh-60 {
  min-height: 60vh;
}

.bg-0-alpha-03 {
  background-color: rgba(0, 0, 0, 0.3);
}

.-s-property-desc .-richtext {
  height: 94px;
  overflow: hidden;
  transition: height 700ms ease;
}
.-s-property-desc .-richtext.show {
  height: auto;
  transition: height 700ms ease;
}

#wrapper-btn-search .btn-open,
#compare .btn-open {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

@media (max-width: 992px) {
  #wrapper-btn-search > a, #compare > button {
    width: 26px !important;
  }
}
.dropdown__table-action .dropdown-toggle.btn-outline-primary {
  box-shadow: none !important;
  color: #333;
}
.dropdown__table-action .dropdown-toggle.btn-outline-primary:hover {
  color: #fff;
}
.dropdown__table-action .dropdown-toggle[aria-expanded=true] {
  color: #fff;
}
.dropdown__table-action .dropdown-menu a.dropdown-item span:first-child {
  display: inline-flex;
  width: 20px;
}

.dropdown__table-action--edit {
  padding: 4px 12px 4px;
}

.dropdown__table-action--edit span {
  display: inline-block;
  width: 83px;
}

.-list-files {
  margin: 0 auto;
  width: calc(100vw - 92px + 6px);
}
.-list-files .badge {
  padding: 10px;
  margin-right: 12px;
}
.-list-files p {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .-list-files p {
    margin-right: 18px;
  }
}
.-list-files a:hover p span {
  color: #0ec6d5 !important;
}
.-list-files a:hover .badge {
  background-color: #eff6f7;
  border-color: #dadce0;
}
.-list-files .-details p span {
  color: #333;
}
.-list-files img {
  max-width: initial;
}
.-list-files .-col-files {
  width: calc(100vw - 92px);
  padding: 0 0 24px;
  margin: 0 3px;
}
@media (min-width: 992px) {
  .-list-files .-col-files {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .-list-files {
    width: 506px;
  }
}
@media (min-width: 1400px) {
  .-list-files {
    width: 1012px;
  }
}
@media (min-width: 2000px) {
  .-list-files {
    width: 1518px;
  }
}
@media (min-width: 2500px) {
  .-list-files {
    width: 2024px;
  }
}
@media (min-width: 3000px) {
  .-list-files {
    width: 2530px;
  }
}
@media (min-width: 3500px) {
  .-list-files {
    width: 3036px;
  }
}
@media (min-width: 4000px) {
  .-list-files {
    width: 3542px;
  }
}

.main-header .main-menu .nav-item.active .nav-link::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  background-color: #0ec6d5;
}

.main-header .main-menu .nav-item.--last-xs .nav-link {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 0.3125rem 0.75rem;
  line-height: 1.6;
}
.main-header .main-menu .nav-item.--last-xs .nav-link + .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.25);
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
}
.main-header .main-menu .nav-item.--last-xs:hover .nav-link::before {
  background-color: transparent;
}

.btn-toggle_out-offer {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 5.74px 10px !important;
}

.btn-toggle_in-offer {
  border-radius: 50px;
  padding: 5.74px 10px !important;
  color: #fff !important;
  box-shadow: none !important;
}

.main-header .dropdown-menu-docs a.dropdown-item.active, .main-header .dropdown-menu-docs a.dropdown-item:active {
  color: #fff;
}

.db-sidebar .navbar .sidebar-item {
  border: 1px solid transparent !important;
}

.db-sidebar .navbar .sidebar-item.active {
  background-color: #eff6f7 !important;
  border-color: #dadce0 !important;
}

.db-sidebar .navbar .list-group-item {
  border-radius: 3px !important;
}
.db-sidebar .navbar .list-group-item.-list-item-extreme {
  border-color: transparent !important;
  border-radius: 0 !important;
  padding-top: 12px;
  padding-bottom: 12px;
}
.db-sidebar .navbar .list-group-item.-list-item-extreme.active {
  border-color: #bee5eb !important;
}

@media (min-width: 1200px) {
  .sticky-area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sticky-area .-top-aside {
    height: 80px;
    align-items: center;
  }
}
.sticky-area .-top-aside {
  display: flex;
  justify-content: space-between;
}

footer .list-group-item > a {
  color: #ababab;
}

footer .list-group-item.active > a {
  color: #0ec6d5;
}

.-bg-lightgray-1 {
  background-color: rgba(128, 128, 128, 0.1);
}

.-border-transparent {
  border-color: transparent !important;
}

.-border-3x-white {
  border: 3px solid #fff;
}

.-font-weight-400 {
  font-weight: 400 !important;
}

@media (max-width: 575px) {
  .card__xs-invisible {
    background-color: transparent !important;
    border: 0;
  }
}

@media (min-width: 992px) {
  .-px-lg-15p {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.-wrp-payments-logo {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 15px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 400px) {
  .-wrp-payments-logo {
    width: 80%;
  }
}
@media (min-width: 576px) {
  .-wrp-payments-logo {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .-wrp-payments-logo {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .-wrp-payments-logo {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .-wrp-payments-logo {
    width: 35%;
  }
}
@media (min-width: 1400px) {
  .-wrp-payments-logo {
    max-width: 340px;
  }
}

.-ts-grid-box {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}

.card__table-user.card__table-user--contact {
  max-width: none;
  width: 250px;
  height: 171px;
}

.-border-top-1p {
  border-top-width: 1px !important;
}

.-btn-header-user {
  line-height: 30px;
}

.-date-since {
  position: relative;
}
.-date-since:after {
  content: "Desde:";
  position: absolute;
  top: -24px;
  left: 0;
  padding-left: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 13px;
}

.-date-until {
  position: relative;
}
.-date-until:after {
  content: "Hasta:";
  position: absolute;
  top: -22px;
  left: 0;
  padding-left: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 13px;
}

.navbar .list-group-flush .sidebar-item-icon {
  width: 25px;
  text-align: center;
}

.-bg-hover-light-success:hover {
  background-color: rgba(108, 189, 126, 0.06);
}

.-bg-hover-light-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(72, 180, 97, 0.5) !important;
}

.-bg-hover-light-warning:hover {
  background-color: rgba(246, 181, 0, 0.06);
}

.-bg-hover-light-warning:focus {
  box-shadow: 0 0 0 0.1rem rgba(214, 159, 6, 0.5) !important;
}

.-bg-hover-light-danger:hover {
  background-color: rgba(231, 68, 91, 0.06);
}

.-bg-hover-light-siver:hover {
  background-color: #e2e6ea;
}

.-bg-hover-light-success.active i {
  color: #28a745;
}

.-bg-hover-light-warning.active i {
  color: #f6b500;
}

.-focus-none:focus {
  box-shadow: none !important;
}

.-btn-ico:hover i {
  font-weight: 600;
}

.-btn-ico.active i {
  font-weight: 600;
}

@media (max-width: 576px) {
  .-border-xs-not-visible {
    border-color: transparent !important;
  }
}
.-row-checked-lightblue {
  background-color: #d1ecf1;
}

.-row-checked-lightblue:hover {
  background-color: #d1ecf1 !important;
}

.-row-checked-lightblue .list-inline-item a,
.-row-checked-lightblue button {
  background-color: #fff;
  border-color: #fff !important;
}

.-row-checked-lightblue:hover .list-inline-item a,
.-row-checked-lightblue:hover button {
  background-color: #fff;
  border-color: #fff !important;
}

.-w-56px {
  width: 56px;
}

.-h-56 {
  height: 56px;
}

.-w-250p {
  width: 250px !important;
}

.-w-262p {
  width: 262px !important;
}

.-w-305p {
  width: 305px !important;
}

.-w-0 {
  width: 0;
}

.-obj-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.-h-96 {
  height: 96px !important;
}

.-min-h-46p {
  min-height: 46px !important;
}

.-px-075 {
  padding: 0 7.5px !important;
}

.-border-body {
  border-color: #696969 !important;
}

.-silver-border {
  border-color: #dadce0 !important;
}

.-silver-shadow {
  box-shadow: 0px 0px 0px 1px #dadce0 inset;
}

.-fit-badge {
  border-radius: 0;
  padding: 4px 7px;
  letter-spacing: 1.5px;
}

.-text-muted {
  color: #696969;
}

.display-title {
  font-size: 1.85rem;
}

.display-title + p {
  font-size: 15px;
}

.display-2.x--title {
  font-size: 1.65rem;
}

.display-2.x--title + p {
  font-size: 15px;
}

@media (min-width: 768px) {
  .display-2.x--title {
    font-size: 2.1rem;
  }

  .display-2.x--title + p {
    font-size: 18px;
  }
}
.x-fs-10p {
  font-size: 10px;
}

.x-fs-11p {
  font-size: 11px;
}

.x-fs-12p {
  font-size: 12px;
}

.x-fs-14p {
  font-size: 14px;
}

.x-fs-15p {
  font-size: 15px;
}

.x-fs-26p {
  font-size: 26px;
}

.x-fs-28p {
  font-size: 28px;
}

.-w-26p {
  width: 26px;
}

.-h-26p {
  height: 26px;
}

.x-w-35p {
  width: 35px;
}

.x-h-35p {
  height: 35px;
}

.-lh-12 {
  line-height: 1.2;
}

@media (min-width: 992px) {
  .-border-left-lg-0 {
    border-left: 0 !important;
  }

  .-border-right-lg-0 {
    border-right: 0 !important;
  }
}
.w-max-content {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.border-tr-r-3p {
  border-top-right-radius: 3px !important;
}

.border-br-r-3p {
  border-bottom-right-radius: 3px !important;
}

.border-dz {
  border: dashed #e7e7e7;
  background-color: #fff !important;
}

.-white-border-3 {
  border: 3px solid #fff;
}

.table-featured-plans.table thead th {
  border-bottom: 3px solid #fff !important;
}

.link-group-paymant a img {
  width: 60px;
  height: 48px;
  border-radius: 0.25rem;
  background-color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 4px;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0 5px;
  border-color: silver;
  transition: border-color 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
}

.link-group-paymant a:hover img {
  border-color: #17a2b8;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  background-color: #f7f7f7;
  transform: translateY(-1px);
}

.link-group-paymant.--no-link a:hover img {
  transform: translateY(0);
  background-color: transparent;
}

.table-avaliable-featured-plans.table tbody th, .table-avaliable-featured-plans.table tbody td {
  padding: 0.4rem 0.4rem;
}
.table-avaliable-featured-plans.table tfoot tr:nth-child(1) th {
  padding: 0.4rem 0.5rem 0 0.4rem;
}
.table-avaliable-featured-plans.table tfoot tr:nth-child(2) th, .table-avaliable-featured-plans.table tfoot tr:nth-child(3) th {
  padding: 0 0.5rem;
}
.table-avaliable-featured-plans.table tfoot tr:nth-child(4) th {
  padding: 0 0.5rem 0.4rem 0.4rem;
}
.table-avaliable-featured-plans.table thead th {
  border-bottom: 3px solid #fff !important;
}

.table.table--user thead > tr > th {
  border-width: 3px;
  border-bottom: 3px solid #0ec6d5;
}

.card-single-agent .text-description {
  max-height: 200px;
  line-height: 25px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-single-agent .text-description {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .card-single-agent .text-description {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .card-single-agent .text-description {
    height: 70px;
  }
}

.card--dual-link:hover {
  border-color: transparent !important;
}

.card--dual-link .card-footer a:hover {
  color: #fff !important;
  background-color: #0ec6d5;
}

.card--dual-link .card-footer a:hover i {
  color: #fff !important;
}

.card--dual-link .card-body .list-follow-us li ul .list-inline-item:not(:nth-last-child(-n+2)) {
  margin-right: 24px;
}

@media (min-width: 576px) {
  .card--dual-link .card-body .list-follow-us li ul .list-inline-item:not(:nth-last-child(-n+2)) {
    margin-right: 16px;
  }
}
.card--dual-link .card-body .list-follow-us li ul .list-inline-item:nth-last-child(-n+2) {
  margin-right: 0 !important;
}

.card--dual-link .card-footer a:first-child {
  padding-left: 12px;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.card--dual-link .card-footer a:last-child {
  padding-left: 0;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.card--dual-link .card-footer a span:first-child {
  width: 32px;
  height: 32px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #dadce0 !important;
}

.scroll--nav-tabs::-webkit-scrollbar {
  height: 8px;
  background: #fff;
}

.scroll--nav-tabs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.125);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.add-collapse-icon.collapsed:before {
  content: "\f107";
}

.add-collapse-icon:not(.collapsed)::before {
  content: "\f106";
}

.add-collapse-icon:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}

.add-collapse-icon:before {
  left: -1.5rem;
  font-size: 18px;
}

.x-bg-dark-tbl {
  background-color: #343a40;
}

.table--sm-into th, .table--sm-into td {
  padding: 0.1rem 0.3rem;
}

.x-rounded-tl-0 {
  border-top-left-radius: 0 !important;
}

.x-rounded-tr-0 {
  border-top-right-radius: 0 !important;
}

.x-rounded-bl-0 {
  border-bottom-left-radius: 0 !important;
}

.x-rounded-br-0 {
  border-bottom-right-radius: 0 !important;
}

.x-border-success {
  border: 1px solid #28a745;
}

.badge--u-visits {
  width: 98.38px;
}

.badge--u-agents {
  width: 115.45px;
}

.badge--u-properties {
  width: 117.19px;
}
.badge--u-properties.badge-warning {
  color: #fff !important;
  font-weight: 500 !important;
}

.badge--u-ratings {
  width: 111.2px;
}

.widget .media.--info-user {
  border-top: 1px solid #eeeeee;
  padding-top: 12px;
  margin-top: 8px;
}
.widget .media.--info-user .avatar-box {
  width: 60px;
  height: 60px;
}
.widget .media.--info-user .avatar-box img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.h-scroll-user-table {
  min-height: 420px;
}

.h-scroll-user-table-xs {
  min-height: 300px;
}

.stylized-scrollbar-hl2::-webkit-scrollbar {
  height: 9px;
  background: #F0F0F0;
}

.stylized-scrollbar-hl2::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.125);
  border-top: 3px solid #F0F0F0;
  border-bottom: 1px solid #0EC6D5;
}

.stylized-scrollbar-vl2::-webkit-scrollbar {
  width: 7px;
  /* background: #F0F0F0; */
  background: #f0f0f0;
  background: linear-gradient(180deg, #f0f0f0 75%, white 100%);
}

.stylized-scrollbar-vl2::-webkit-scrollbar-thumb {
  /* background: rgba(0, 0, 0, 0.1); */
  border-right: 4px solid #0EC6D5;
}

.stylized-scrollbar-vl-white::-webkit-scrollbar {
  width: 7px;
  /* background: #F0F0F0; */
  background: #f0f0f0;
  background: linear-gradient(180deg, #f0f0f0 75%, white 100%);
}

.stylized-scrollbar-vl-white::-webkit-scrollbar {
  background-color: #F0F0F0;
  width: 8px;
}

.stylized-scrollbar-vl-white::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.125);
  border-right: 2px solid #F0F0F0;
}

.scroll-3d::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.scroll-3d::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dae0e5;
}

.btn-dark-hover:hover {
  background: #343A40;
  border-color: #343A40;
}

.btn-blue-hover:hover {
  background: #171666;
  border-color: #171666;
}

.-bg-silver-table {
  background-color: #e9ecef;
}

.-bg-offwhite {
  background-color: rgba(206, 215, 230, 0.35);
}

.l-bg-cherry {
  background: linear-gradient(to right, #493240, #f09);
}

.btn-bg-gold {
  background: linear-gradient(to right, #9c7200, #f6b500);
}

.btn-bg-blue {
  background: linear-gradient(to right, #373b44, #4286f4);
}

.btn-bg-green {
  background: linear-gradient(to right, #186629, #28a745);
}

.btn-bg-red {
  background: linear-gradient(to right, #951a26, #dc3545);
}

.nav-tabs--update.nav-tabs .nav-link.active:before {
  top: 95%;
  height: 2px;
  background-color: #0EC6D5;
}

.nav-tabs--update.nav-tabs .nav-link.active {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs--update.nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 0;
}

.nav-tabs--update.nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 0;
}

.x-shadow-hover-bold:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.51);
  transition: all 0.5s ease-in;
}

.check-load-tr {
  position: absolute;
  top: 10px;
  right: 10px;
}

.check-load {
  display: none;
}

.check-delete-br {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.tag-upload-files {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #696969;
}
.tag-upload-files .upload-icon {
  display: inline-block;
}
.tag-upload-files .upload-icon i {
  font-size: 2rem;
  color: rgba(105, 105, 105, 0.65);
}
.tag-upload-files p {
  font-size: 14px;
  line-height: 1.2;
}

.x-zoneUploadFile {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  grid-auto-rows: 1fr;
  gap: 22px;
  justify-content: center;
  min-height: auto;
  padding: 1.5rem 1.75rem;
  border: 2px solid #e7e7e7;
  background-color: #f5f5f5;
  border-radius: 0.475rem !important;
  min-height: 120px;
}
.x-zoneUploadFile.drop {
  background: #eff6f7 !important;
  border-style: dashed !important;
  border-color: #bee5eb !important;
}
.x-zoneUploadFile.drop .tag-upload-files .upload-icon i {
  color: #bee5eb;
}
.x-zoneUploadFile.drop .tag-upload-files p {
  color: rgba(14, 198, 213, 0.66);
}

.wrapper-image-load {
  width: 100%;
  border-radius: 0.475rem;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.wrapper-image-load.mousedown {
  border-style: dashed;
  border-color: #6969eb;
  cursor: move;
}
.wrapper-image-load.loading img {
  filter: blur(1.25px);
}
.wrapper-image-load.loading .check-load {
  display: block;
}
.wrapper-image-load .card {
  border-width: 2px;
  border-color: #fff;
  border-radius: inherit !important;
}
.wrapper-image-load .card input.form-control {
  background-color: #fff;
  font-weight: 400;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  box-shadow: 0 -0.05rem 0 0.1rem #ededed inset;
}
.wrapper-image-load .card input:focus {
  box-shadow: 0 -0.05rem 0 0.1rem rgba(60, 60, 229, 0.25) inset;
}
.wrapper-image-load img {
  border-top-left-radius: 0.475rem;
  border-top-right-radius: 0.475rem;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-image-load .zoom-image,
.wrapper-image-load .zoom-plan {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  z-index: 10;
  border-top-left-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  transition: 0.3s ease-in;
}
.wrapper-image-load .zoom-image:hover,
.wrapper-image-load .zoom-plan:hover {
  transform: scale(1.075);
  cursor: pointer;
  color: #fff;
}
.wrapper-image-load .zoom-image:before,
.wrapper-image-load .zoom-plan:before {
  content: "\f31d";
  font-family: "Font Awesome 5 Pro";
}
.wrapper-image-load .check-load {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  font-size: 4em;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 0.85;
  display: none;
}
.wrapper-image-load .check-load:hover {
  opacity: 1;
}
.wrapper-image-load .imagen-remove,
.wrapper-image-load .plan-remove {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -14px;
  right: -14px;
  z-index: 10;
  border-radius: 50%;
  border-top: 1px solid rgba(101, 84, 187, 0.2) !important;
  border-right: 1px solid rgba(101, 84, 187, 0.2) !important;
  background-color: white;
  color: #ababab;
}
.wrapper-image-load .imagen-remove:hover,
.wrapper-image-load .plan-remove:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.51);
  border-color: #fff !important;
  color: #dc3545;
}

.wrapper-file-load {
  width: 100%;
  border-radius: 0.475rem;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.wrapper-file-load.mousedown {
  border-style: dashed;
  border-color: #6969eb;
  cursor: move;
}
.wrapper-file-load.loading img {
  filter: blur(1.25px);
}
.wrapper-file-load.loading .check-load {
  display: block;
}
.wrapper-file-load .card {
  border-radius: inherit;
}
.wrapper-file-load .card .card-header {
  border-bottom: 0;
  padding: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  overflow: hidden;
}
.wrapper-file-load .card .card-footer {
  border-top: 0;
  padding: 0;
  border-radius: inherit;
}
.wrapper-file-load .card .card-footer a.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
  background-color: #fff;
  border: 0;
  box-shadow: 0 1px 0 0 #ededed inset;
}
.wrapper-file-load .card .card-footer a.btn:hover {
  box-shadow: 0 -0.05rem 0 0.1rem rgba(14, 198, 213, 0.5) inset;
}
.wrapper-file-load .card input {
  margin-bottom: 2px;
  background-color: #fff;
}
.wrapper-file-load .card input:focus {
  box-shadow: 0 0 0 0.1rem rgba(60, 60, 229, 0.25);
}
.wrapper-file-load img {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 20px 0;
}
.wrapper-file-load .check-load {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  font-size: 4em;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 0.85;
  display: none;
}
.wrapper-file-load .check-load:hover {
  opacity: 1;
}
.wrapper-file-load .file-remove {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -14px;
  right: 0;
  z-index: 10;
  border-radius: 50%;
  border: 1px solid rgba(101, 84, 187, 0.2) !important;
  background-color: white;
  color: #ababab;
}
.wrapper-file-load .file-remove:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.51);
  border-color: #fff !important;
  color: #dc3545;
}
.wrapper-file-load .check-delete-br {
  bottom: 41.5px;
  right: 2.5px;
}

._zone-load-video {
  min-height: auto;
  padding: 0;
  border: 0;
  background-color: #fff;
  border-radius: 0.475rem !important;
}
@media (min-width: 576px) {
  ._zone-load-video {
    min-height: 120px;
    padding: 1.5rem 1.75rem;
    border: 2px solid #e7e7e7;
    background-color: #f5f5f5;
  }
}
._zone-load-video .card {
  border-radius: 0.475rem;
  border-width: 2px;
  box-shadow: 0 5px 20px 0 rgba(51, 51, 51, 0.08);
}
@media (min-width: 576px) {
  ._zone-load-video .card {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
  }
  ._zone-load-video .card:hover {
    background-color: #fff;
    border-color: #eeeeee;
  }
}
._zone-load-video .card:hover ._wrp-video-iframe {
  background-color: #F5F5F5;
}
._zone-load-video .card.mousedown {
  border-style: dashed;
  border-color: #6969eb;
  cursor: move;
}
._zone-load-video .card-body {
  padding: 20px;
}
._zone-load-video .card-body .input-group {
  overflow: hidden;
  border-radius: 0.475rem;
}
._zone-load-video .card-body .input-group .input-group-text {
  border-top-left-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
  border-color: #E9ECEF;
}
._zone-load-video .card-body .input-group .form-control {
  border-top-right-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
  font-weight: 500;
  background-color: #fff;
  border-color: #E9ECEF;
}
._zone-load-video .card-body .input-group .form-control:focus {
  border-color: transparent;
  box-shadow: 0 -0.05rem 0 0.1rem rgba(60, 60, 229, 0.25);
}
._zone-load-video .card-body .input-group i {
  font-size: 1rem;
}
._zone-load-video .card-body .btn {
  border-radius: 0.475rem;
}
._zone-load-video ._wrp-video-iframe {
  border-radius: 0.475rem;
  margin: 20px 0;
  background-color: #F5F5F5;
}
@media (min-width: 576px) {
  ._zone-load-video ._wrp-video-iframe {
    background-color: #fff;
  }
}
._zone-load-video ._actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 5px;
  justify-content: center;
}
._zone-load-video ._actions .btn {
  border-color: #dadce0;
}

.x-upload-file {
  height: 56.25vw;
  padding: 1.5rem 1.75rem;
  text-align: center;
  border: 1px dashed #009ef7;
  background-color: #f1faff;
  border-radius: 3px !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  .x-upload-file {
    height: 23.43375vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .x-upload-file {
    height: 18.748125vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .x-upload-file {
    height: 9.37125vw;
  }
}
@media (min-width: 1200px) {
  .x-upload-file {
    height: 9.37125vw;
  }
}
.x-zoneUploadFile.fixed-1 {
  height: 240px;
  overflow: hidden;
}
.x-zoneUploadFile.fixed-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  background-color: #f8f8f8;
  border: 2px solid #ededed;
  border-radius: 3px;
  padding: 4px;
}

.x-obj-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.container-offices .card {
  border-color: #dadce0;
}
.container-offices .api-map {
  height: calc((100vw - 90px) * 0.5625);
}
@media (min-width: 768px) {
  .container-offices h5.text-heading {
    overflow: hidden;
    height: 48px;
  }
  .container-offices p.card-text {
    overflow: hidden;
    height: 42px;
  }
  .container-offices .api-map {
    height: calc((50vw - 70px) * 0.5625);
  }
}
@media (min-width: 1200px) {
  .container-offices .api-map {
    height: 298.125px;
  }
}

.accordion-floor .list-inline-item:first-child {
  width: 92px;
}
.accordion-floor .list-inline-item:not(:first-child) {
  width: 45px;
}
.accordion-floor .card-header .heading .text-heading {
  width: calc(100% - 25px);
}
@media (min-width: 576px) {
  .accordion-floor .card-header .heading .text-heading {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .accordion-floor .card-header .heading .text-heading {
    width: 60%;
  }
}

.wrp-accordion-floor {
  position: relative;
}
.wrp-accordion-floor .heading .text-heading {
  width: 100% !important;
}
.wrp-accordion-floor .dropdown {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  margin: 15px 15px 0 0;
}
@media (min-width: 768px) {
  .wrp-accordion-floor .dropdown {
    margin: 15.4px 70px 0 0;
  }
}
@media (min-width: 768px) {
  .wrp-accordion-floor .-ul-details {
    margin-right: 110px;
  }
}
@media (max-width: 767px) {
  .wrp-accordion-floor .accordion-03 .heading:before {
    margin-top: 50px;
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .estate-rent .-img-2sm {
    height: 158.4px;
  }
}
.home-project .-card-4x {
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .-card-1x {
    height: calc((66.66vw - 30px) * 0.75) !important;
  }
}
@media (min-width: 768px) {
  .home-project .-card-4x {
    height: calc((50vw - 30px) * 0.75) !important;
  }
}
@media (min-width: 992px) {
  .home-project .-card-4x {
    height: calc((33.33vw - 30px) * 0.75) !important;
  }
}
@media (min-width: 1200px) {
  .home-project .-card-4x {
    height: 277.5px !important;
  }
}
@media (min-width: 1600px) {
  .home-project .-card-4x {
    height: 283.123125px !important;
  }
}
.card__table-user {
  width: 170px;
  border-color: transparent;
}
.card__table-user .avatar-box {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card__table-user .avatar-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__table-user:hover {
  border-color: #0ec6d5 !important;
}
.card__table-user:hover a .-name {
  color: #0ec6d5 !important;
}
.card__table-user .-name {
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
}
.card__table-user .-role {
  font-size: 13px;
  line-height: 16px;
}
.card__table-user.bg-accent {
  border-color: transparent;
}
.card__table-user.bg-accent:hover {
  border-color: #0ec6d5 !important;
}
.card__table-user.bg-accent:hover .table--sm-into a {
  border-color: #0ec6d5 !important;
}
.card__table-user:hover i[class^="fal fa-inbox-"] {
  color: #0ec6d5;
}

.card__table-user i[class^="fal fa-inbox-"] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13.5px;
  font-weight: 100;
  padding: 3px;
  margin-top: 4px;
  margin-right: 4px;
  color: #ababab;
}

.wrp-comment {
  min-width: 400px;
  height: 143px;
  line-height: 24px;
  padding: 5px 10px;
  overflow: auto;
}
.wrp-comment::-webkit-scrollbar {
  background-color: #F0F0F0;
  width: 8px;
}
.wrp-comment::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.125);
  border-right: 2px solid #F0F0F0;
}
.wrp-comment.--interested {
  height: 192px;
}

.wrp-comment-admin {
  background-color: #f3f8f9;
  border-left: 3px solid #1e1d85;
  padding: 5px 10px;
  color: #333;
}

.wrp-comment-admin-public {
  background-color: #f8f9fa;
  border-left: 3px solid rgba(0, 0, 0, 0.125);
  padding: 5px 10px;
}
.wrp-comment-admin-public p > i {
  color: rgba(0, 0, 0, 0.125);
}

.row__table-user {
  transition: all 0.2s;
  border: 1px solid transparent;
}
.row__table-user .avatar-box {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row__table-user .avatar-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.row__table-user:hover {
  border-color: #0ec6d5 !important;
}
.row__table-user .-name {
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
}
.row__table-user .col {
  padding-left: 11px;
}
.row__table-user .-data {
  font-size: 14px;
  line-height: 16px;
}
.row__table-user .-role {
  font-size: 14px;
  line-height: 20px;
}
.row__table-user .-dni {
  font-size: 13px;
  line-height: 16px;
}

.wrp-package {
  padding-bottom: 2px;
}
.wrp-package .custom-packages.color-secondary:before {
  border-color: var(--secondary);
}
.wrp-package .custom-packages {
  top: 16px;
  right: -2px;
}
.wrp-package .-rich-text {
  overflow: auto;
  height: 190px;
}
.wrp-package .-rich-text::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.125);
  border-right: 2px solid #F0F0F0;
}
.wrp-package .-rich-text::-webkit-scrollbar {
  background-color: #F0F0F0;
  width: 8px;
}
.wrp-package .-rich-text > p {
  margin-bottom: 0;
}

.-wrp-package-card:hover {
  box-shadow: 0 11px 30px 0 rgba(51, 51, 51, 0.15) !important;
}

.-wrp-package-card.active {
  box-shadow: 0px 0px 0px 2px #0ec6d5 !important;
}

.-wrp-package-card.disabled > .link-group-paymant:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 26.35px 15px 0;
}

.-wrp-package-card.disabled {
  box-shadow: none !important;
}

.-info-border-top-3 {
  border-top: 3px solid #0ec6d5 !important;
}

.-info-border-top-2 {
  border-top: 2px solid #0ec6d5 !important;
}

.-info-border-top-1 {
  border-top: 1px solid #0ec6d5 !important;
}

.btn-group__pack-payment {
  width: 100%;
}
.btn-group__pack-payment .btn {
  width: 33.33%;
  padding: 9px 0;
  border-radius: 0;
}
.btn-group__pack-payment .btn .-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 32px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 5px #fff;
}

.wrp-package .-btn-default {
  height: 48px;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 4px;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-color: silver;
  transition: border-color 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
}

.wrp-package .-btn-default:hover {
  border-color: #17a2b8;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  background-color: #f7f7f7;
}

.-wrp-package-card {
  transition: all 0.2s;
}
.-wrp-package-card .link-group-paymant {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.-wrp-package-card .link-group-paymant.--bottom-none {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.-wrp-package-card .card .card-header:first-child {
  padding: 20.5px 20px !important;
}
.-wrp-package-card .badge__package-status {
  border-radius: 0;
  border: 1px solid;
  box-shadow: 0 0 0 1px #0ec6d5;
  padding: 3px 7px;
}
.-wrp-package-card .badge__package-status.--secondary {
  box-shadow: 0 0 0 1px #1e1d85;
}

.popover {
  top: -8px !important;
}
.popover .popover-body {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #dadce0;
}
.popover .popover-body .list-inline-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
}
.popover .popover-body .list-inline-item:not(:last-child) {
  margin-right: 6px !important;
}

.dropdown-menu .-link-off {
  padding: 0 1.5rem;
}
.dropdown-menu .-link-off:nth-child(1) {
  padding-top: 0.25rem;
}
.dropdown-menu .-link-off:nth-child(2), .dropdown-menu .-link-off:nth-child(3) {
  font-size: 12px;
  color: #696969;
}
.dropdown-menu .-link-off:active {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-menu .-link-off:hover {
  background-color: transparent;
}
.dropdown-menu .-link-on:active span {
  color: #fff !important;
}
.dropdown-menu .-link-on span {
  line-height: 26.04px;
}
.dropdown-menu .-link-on:hover span {
  color: #0ec6d5 !important;
}
.dropdown-menu .-link-on:focus {
  color: #fff !important;
  background-color: #0ec6d5;
}
.dropdown-menu .-link-on:focus .sidebar-item-icon {
  color: #fff !important;
}
.dropdown-menu .-link-on.active .sidebar-item-icon {
  color: #fff !important;
}

.wrp-advertiser-banner {
  height: 240px;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 576px) {
  .wrp-advertiser-banner {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .wrp-advertiser-banner {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .wrp-advertiser-banner {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  .wrp-advertiser-banner {
    height: 320px;
  }
}
@media (min-width: 1600px) {
  .wrp-advertiser-banner {
    height: 340px;
  }
}

.-td-wrp-table {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.-td-wrp-table tr {
  white-space: nowrap;
}

.table--in-table .colon {
  display: inline-block;
  margin-right: 0.35rem;
}

.table--in-table td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 2 !important;
  font-size: 13px;
  line-height: 1.8 !important;
  width: 50%;
}

.table--in-table tr td:first-child {
  padding-left: 12px !important;
  padding-right: 0.35rem !important;
  color: #333;
  font-weight: 500;
}

.table--in-table tr td:last-child {
  padding-left: 0.35rem !important;
  padding-right: 12px !important;
}

.table--in-table td h2 {
  line-height: 24px;
}

.table--in-table tr.on-toast {
  background-color: #eff6f7;
  box-shadow: 0 0 0 0.5px #0ec6d5 inset;
}
.table--in-table .wrp-toast {
  position: relative;
}
.table--in-table .wrp-toast p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.table--in-table .wrp-toast p a:last-child {
  font-size: 14px;
  color: #696969;
}
.table--in-table .wrp-toast p a:last-child:hover {
  color: #0ec6d5;
}
.table--in-table .wrp-toast .toast {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  position: absolute;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  z-index: 15;
  padding-top: 10px;
  top: 18px;
  font-weight: 400;
  display: flex;
  order: 2;
}
.table--in-table .wrp-toast .toast .toast-header {
  align-items: flex-start;
  border-bottom: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background-color: rgba(37, 37, 37, 0.95);
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  color: #fff;
  line-height: 16px;
  order: 1;
}
.table--in-table .wrp-toast .toast .toast-header button {
  font-size: 16px;
  color: #fff;
}
.table--in-table .wrp-toast .toast .toast-body {
  border-bottom-left-radius: 0.25rem;
  background-color: rgba(37, 37, 37, 0.95);
  color: #fff;
  line-height: 16px;
  padding: 10px;
  font-size: 12px;
}
.table--in-table .wrp-toast .toast:before {
  content: "";
  position: absolute;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid rgba(37, 37, 37, 0.95);
  border-bottom: 6px solid rgba(37, 37, 37, 0.95);
  top: 0;
}

@media (min-width: 400px) {
  .-fixed-size-card div[class^="card ft card-property"] {
    max-width: 340px !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 400px) {
  .-fixed-size-card div[class^="card ft card-property"] .carousel-item {
    height: 191.25px !important;
  }
}

.table--in-table + ._ul-free-icon {
  padding-top: 4px;
}

._ul-free-icon {
  padding-left: 12px;
}
._ul-free-icon a i {
  font-size: 1rem;
}

.table__actions {
  width: 120px;
  gap: 10px;
}
.table__actions .btn {
  color: #333;
  font-weight: 400;
  background-color: #fafafa;
}
.table__actions .btn:hover {
  color: #fff;
  font-weight: 500;
}
.table__actions .btn:focus {
  box-shadow: none;
}
.table__actions .btn i {
  font-size: 1.1em;
  margin-right: 3px;
}
.table__actions .btn-primary {
  letter-spacing: 0.5px;
  background-color: #0ec6d5;
  color: #fff;
}
.table__actions .btn-primary:hover {
  background-color: #0ca5b1;
  border-color: #0b9aa5;
}
.table__actions .btn-outline-primary {
  letter-spacing: 0.5px;
}
.table__actions .btn-outline-primary:hover {
  background-color: #0ec6d5;
  border-color: #0ec6d5;
}
.table__actions .btn-outline-danger {
  border-color: #0ec6d5;
}
.table__actions .btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
}

.searches__card {
  padding: 14px 16px;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  transition: all 0.2s;
}
.searches__card:not(:last-child) {
  margin-bottom: 16px;
}
.searches__card:hover {
  box-shadow: 0 11px 30px 0 rgba(51, 51, 51, 0.15);
}
.searches__card:hover h2 {
  color: #0ec6d5;
}
.searches__card:hover .searches__counter span {
  color: #333;
}
.searches__counter {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 600;
  justify-content: center;
}
@media (min-width: 768px) {
  .searches__counter {
    font-size: 26px;
  }
}
.searches__counter span {
  display: block;
  background-color: #F8F8F8;
  text-align: center;
  width: 60px;
  padding: 0 10px;
  transition: color 0.2s;
}
.searches__logo {
  max-width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
}
.searches__logo img {
  max-height: 60px;
}
.searches__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .searches__body {
    padding: 0 16px !important;
  }
}
.searches__body h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  transition: color 0.2s;
}
.searches__body span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

._row-estate-property {
  padding: 2.5px 0;
}
._row-estate-property:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
._row-estate-property div > span {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
}
._row-estate-property div > .dropdown {
  padding: 0;
}
._row-estate-property div > .dropdown a.btn {
  border: 0;
  padding: 0.25rem 0.5rem;
}
._row-estate-property div > .dropdown a.btn:focus {
  box-shadow: none !important;
}
._row-estate-property div[class^=col-]:first-child {
  padding-left: 12px !important;
}
._row-estate-property div[class^=col-]:last-child {
  padding-right: 12px !important;
}

.alert--table {
  padding: 0.25rem 0.65rem;
  margin: 5px 12px 0 12px;
  font-size: 13px;
  line-height: 1.2rem;
  text-transform: none;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.alert--table a {
  color: #805e00;
  font-weight: 600;
}
.alert--table a:hover {
  color: orange;
}

.-fixed-size-card .card-property.--not-aviliable:after {
  content: "Registro No Disponible";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.0175);
  color: #252525;
  font-weight: 600;
  font-size: 14px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown__traffic-light {
  padding: 8px 12px 4px;
}
.dropdown__traffic-light .dropdown-toggle span {
  display: inline-block;
  width: 83px;
}
.dropdown__traffic-light .btn {
  box-shadow: none !important;
}
.dropdown__traffic-light .btn-outline-primary {
  color: #333;
}
.dropdown__traffic-light .btn-outline-primary:hover {
  color: #fff;
}
.dropdown__traffic-light .btn-success, .dropdown__traffic-light .btn-warning, .dropdown__traffic-light .btn-danger {
  border-color: transparent;
}
.dropdown__traffic-light .btn-success {
  background-color: #8EDEB0;
  color: #006A3F;
}
.dropdown__traffic-light .btn-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.dropdown__traffic-light .btn-warning {
  background-color: #F6C368;
  color: #795400;
}
.dropdown__traffic-light .btn-warning:hover {
  color: #fff;
  background-color: #f6b500;
  border-color: #f6b500;
}
.dropdown__traffic-light .btn-danger {
  background-color: #F5C4CA;
  color: #A92A4A;
}
.dropdown__traffic-light .btn-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.dropdown__traffic-light .dropdown-item {
  font-weight: 500;
}
.dropdown__traffic-light .dropdown-item.text-success {
  background-color: #F8F8F8;
}
.dropdown__traffic-light .dropdown-item.text-warning {
  background-color: #F8F8F8;
}
.dropdown__traffic-light .dropdown-item.text-danger {
  background-color: #F8F8F8;
}

.show-skin-lightsolid:hover .skin-lightsolid {
  display: flex !important;
}

.skin-lightsolid:hover .fa-heart:before {
  font-weight: 600;
}

.-to-top-right {
  top: 0;
  right: 0;
}

.skin-lightsolid {
  background-color: rgba(255, 255, 255, 0.7);
  display: none !important;
}
.skin-lightsolid.active {
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #dc3545 !important;
  display: flex !important;
}
.skin-lightsolid.active .fa-heart:before {
  font-weight: 600;
}
.skin-lightsolid.active:hover {
  color: #696969 !important;
}
.skin-lightsolid.active:hover {
  background-color: #eff6f7 !important;
}
.skin-lightsolid.active:hover .fa-heart:before {
  font-weight: 400 !important;
}

.skin-solid.active {
  background-color: rgba(231, 68, 91, 0.06) !important;
  color: #dc3545 !important;
}
.skin-solid.active .fa-heart:before {
  font-weight: 600;
}
.skin-solid.active:hover {
  color: #1e1d85 !important;
}
.skin-solid.active:hover .fa-heart:before {
  font-weight: 400;
}
.skin-solid:hover .fa-heart:before {
  font-weight: 600;
}

.skin-glass:hover .fa-heart:before {
  font-weight: 600;
}
.skin-glass.active {
  background-color: rgba(220, 53, 69, 0.4) !important;
}
.skin-glass.active .fa-heart:before {
  font-weight: 600;
}
.skin-glass.active:hover .fa-heart:before {
  font-weight: 400 !important;
}

.skin-solid.-skin--compare.active {
  background-color: rgba(246, 181, 0, 0.1) !important;
  color: #ff6935 !important;
}
.skin-solid.-skin--compare:hover {
  background-color: #cde3e6 !important;
  color: #1e1d85 !important;
}

.skin-glass.-skin--compare.active {
  background-color: rgba(255, 105, 53, 0.4) !important;
}
.skin-glass.-skin--compare:hover {
  background-color: #0ec6d5 !important;
}

/* Acceso icono whatsaap */
.container-float-social {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.box-float-social {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 20;
  margin-left: 30px;
}

.box-float-social a {
  border-radius: 50%;
  background-color: #28a745;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 52px;
  height: 52px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
}

.box-float-social a:hover {
  /*transform: translateY(-1.5px);*/
  transform: scale(1.05) rotate(1turn);
  background-color: #0dc152;
}

.box-float-social a i {
  transition: all 0.3s ease-in-out;
  font-size: 1.8em;
}

.box-float-social > p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  line-height: 18px;
  font-size: 80%;
  border-radius: 50%;
  background-color: #dc3545;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 0.75em !important;
}

@media (max-width: 767px) {
  /*  .box-float-social {
      bottom: 14px;
      left: 7px;
    }*/
  .box-float-social a {
    width: 50px;
    height: 50px;
  }

  #up-to-top {
    right: 7.5px;
    bottom: 82.5px;
  }
}
/* // Acceso icono whatsaap */
.card__contact-user {
  width: 160px;
  border-right: 1px solid #eeeeee;
}
.card__contact-user:hover {
  border-color: #0ec6d5 !important;
}
.card__contact-user:hover .-name {
  color: #0ec6d5 !important;
}
.card__contact-user:hover .list-inline-item a {
  border-color: #0ec6d5 !important;
}
.card__contact-user .avatar-box {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card__contact-user .avatar-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__contact-user .-name {
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
}

.card__shortcuts {
  border-color: #dadce0;
  transition: border-color 0.5s ease, box-shadow 0.5s ease;
}
.card__shortcuts span:first-child {
  transition: color 0.5s ease, border-color 0.5s ease;
}
.card__shortcuts h2 {
  color: #696969;
  transition: color 0.5s ease;
}
.card__shortcuts p, .card__shortcuts svg {
  transition: color 0.5s ease;
}
.card__shortcuts:not(.card__shortcuts--off):hover {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
.card__shortcuts:not(.card__shortcuts--off):hover span:first-child {
  color: #1e1d85 !important;
  border-color: #0ec6d5;
  background-color: rgba(14, 198, 213, 0.05);
}
.card__shortcuts:not(.card__shortcuts--off):hover p {
  color: #0ec6d5 !important;
}
.card__shortcuts:not(.card__shortcuts--off):hover svg {
  color: #1e1d85 !important;
}
.card__shortcuts:not(.card__shortcuts--off):hover h2 {
  color: #1e1d85 !important;
}

.card__notifications .media p.-title {
  line-height: 24px;
  min-height: 24px;
  max-height: 48px;
  overflow: hidden;
  color: #333;
}
.card__notifications .media p.-date {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 85%;
}
.card__notifications .media p.-date span {
  vertical-align: sub;
}
.card__notifications .media .--actions a:first-child:hover,
.card__notifications .media .--actions a:first-child.active {
  background-color: rgba(108, 189, 126, 0.1) !important;
  color: #28a745 !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}

.-form-area-upload-photo {
  position: relative;
  min-height: auto;
  text-align: center;
  border: 2px solid #ededed;
  background-color: #f8f8f8;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.-form-area-upload-photo .-wrp-area-photo {
  height: calc(100vw - 90px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.-form-area-upload-photo .-wrp-area-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  background-color: #f1faff;
  border: 1px dashed #009ef7;
  border-radius: 3px;
  padding: 4px;
}
@media (min-width: 567px) {
  .-form-area-upload-photo .-wrp-area-photo {
    height: calc(66.66vw - 90px);
  }
}
@media (min-width: 768px) {
  .-form-area-upload-photo .-wrp-area-photo {
    height: calc(50vw - 90px);
  }
}
@media (min-width: 992px) {
  .-form-area-upload-photo .-wrp-area-photo {
    height: calc(50vw - 180px);
  }
}
@media (min-width: 1200px) {
  .-form-area-upload-photo .-wrp-area-photo {
    height: calc(41.66vw - 240px);
  }
}
@media (min-width: 1400px) {
  .-form-area-upload-photo .-wrp-area-photo {
    height: 340px;
    width: 340px;
  }
}
.-form-area-upload-photo .-wrp-area-banner {
  height: 25vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
}
.-form-area-upload-photo .-wrp-area-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  background-color: #f1faff;
  border: 1px dashed #009ef7;
  border-radius: 3px;
  padding: 4px;
}
@media (min-width: 992px) {
  .-form-area-upload-photo .-wrp-area-banner {
    height: 12.5vw;
  }
}
@media (min-width: 1400px) {
  .-form-area-upload-photo .-wrp-area-banner {
    height: 115px;
    width: 340px;
  }
}

.wrp-units-list .-bg-img {
  width: 120px;
  height: 90px;
}
@media (min-width: 768px) {
  .wrp-units-list .-bg-img {
    height: 86px;
  }
}
@media (max-width: 576px) {
  .wrp-units-list .-details-list .list-inline-item {
    width: 50%;
    padding-top: 6.5px;
  }
}
.wrp-units-list .list-group-flush .list-group-item:first-child {
  border-top: 1px solid #0ec6d5 !important;
}

.media__sub-property {
  border: 1px solid transparent;
  border-radius: 3px;
  transition: border-color 0.2s ease;
  width: 580px;
  padding: 4px;
}
.media__sub-property p {
  transition: color 0.2s ease;
}
.media__sub-property li span {
  color: #696969;
}
.media__sub-property:hover {
  border-color: #0ec6d5;
}
.media__sub-property:hover p {
  color: #0ec6d5 !important;
}
.media__sub-property .-wrp-img {
  width: 100px;
}

.-grid-blockquote {
  border-left: 1px solid #696969;
  box-shadow: 3px 0px 0px 0px #eeeeee inset;
  padding-left: 8px;
  white-space: nowrap;
}
.-grid-blockquote span {
  display: block;
}

.-btn-soft {
  padding: 4px 8px;
  background-color: #f8f9fa;
  border: 1px solid rgba(78, 132, 250, 0.2);
  color: #252525;
  border-bottom: 3px solid rgba(78, 132, 250, 0.2);
}
.-btn-soft:hover {
  border-color: #0ec6d5;
  background-color: #fff !important;
  color: #09838d;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
.-btn-soft.active {
  border-color: #0ec6d5;
  background-color: #fff !important;
  color: #09838d;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
.-btn-soft span {
  display: block;
}

.nav-item--user .-text, .nav-item--user .-link {
  display: block;
  width: 100%;
  padding: 0 0.25rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.nav-item--user .-text {
  opacity: 0.75;
}
.nav-item--user .-link {
  font-weight: 500;
}

.list-group-item--user .-text {
  display: block;
  width: 100%;
  padding: 0 0.25rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.list-group-item--user .-text:first-child {
  color: #212529 !important;
}

.card__visit-info .visit-info__body span.detail {
  display: block;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.card__visit-info .visit-info__body .wrp-sign {
  position: relative;
}
.card__visit-info .visit-info__body .wrp-sign p {
  position: absolute;
  line-height: 14px;
  top: 5px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0.75);
}
.card__visit-info .visit-info__body .wrp-sign span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  overflow: hidden;
}
.card__visit-info .visit-info__body .wrp-sign span img {
  height: 100%;
}
.card__visit-info .-notes {
  display: block;
  line-height: 18px;
  min-height: 144px;
  max-height: 216px;
  overflow: auto;
}
.card__visit-info .-list-btn-1 {
  width: 100%;
}
@media (min-width: 576px) {
  .card__visit-info .-list-btn-1 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .card__visit-info .-list-btn-1 {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .card__visit-info .-list-btn-1 {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .card__visit-info .-list-btn-1 {
    width: 75%;
  }
}
@media (min-width: 1500px) {
  .card__visit-info .-list-btn-1 {
    width: 70%;
  }
}
.card__visit-info .-list-btn-1 > div {
  padding: 0 5px;
  margin-bottom: 10px;
}
.card__visit-info .-list-btn-1 .--clipboard {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 10px;
}
.card__visit-info .-list-btn-1 p {
  height: 52px;
  background-color: #e8f0fe;
}
.card__visit-info .-list-btn-1 a {
  height: 52px;
  font-size: 14px;
}
.card__visit-info .-list-btn-2 {
  width: 100%;
}
@media (min-width: 576px) {
  .card__visit-info .-list-btn-2 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .card__visit-info .-list-btn-2 {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .card__visit-info .-list-btn-2 {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .card__visit-info .-list-btn-2 {
    width: 75%;
  }
}
@media (min-width: 1500px) {
  .card__visit-info .-list-btn-2 {
    width: 70%;
  }
}
.card__visit-info .-list-btn-2 > div {
  padding: 0 4px;
}
.card__visit-info .-list-btn-2 a {
  height: 52px;
  font-size: 14px;
}
.card__visit-info .-wrp-img-main {
  width: 160px;
  height: 160px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card__visit-info .-wrp-img-main img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
.card__visit-info .-wrp-table-img {
  height: 264.11px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card__visit-info .-wrp-table-img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

.form__info-data {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .form__info-data {
    height: 86px;
    margin-bottom: 16px;
  }
}
.form__info-data p {
  padding: 0.625rem 1rem;
  border-radius: 3px;
  font-size: 86%;
  line-height: 1rem;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .form__info-data p {
    margin-bottom: 0;
  }
}
.form__info-data p span {
  font-weight: 600;
}

.-visit-modal .-text {
  height: 100px;
  overflow: auto;
  line-height: 22.4px;
  padding: 0.375rem 0.75rem;
}

.-wrp-complaint-info {
  width: 640px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.-wrp-complaint-info.--public {
  width: 450px;
  height: 120px;
}

.-wrp-complaint-comment {
  width: 640px;
  height: 120px;
  line-height: 24px;
  padding: 5px 10px;
  overflow: auto;
}
.-wrp-complaint-comment::-webkit-scrollbar {
  background-color: #F0F0F0;
  width: 6px;
}
.-wrp-complaint-comment::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.125);
  border-right: 2px solid #F0F0F0;
}
.-wrp-complaint-comment.--public {
  width: 450px;
}

.-wrp-complaint-reply-public {
  width: 450px;
}
.-wrp-complaint-reply-public .row-1, .-wrp-complaint-reply-public .row-2 {
  line-height: 26px;
  height: 115px;
  overflow: auto;
  padding: 5px 10px;
}
.-wrp-complaint-reply-public .row-1::-webkit-scrollbar, .-wrp-complaint-reply-public .row-2::-webkit-scrollbar {
  background-color: #F0F0F0;
  width: 6px;
}
.-wrp-complaint-reply-public .row-1::-webkit-scrollbar-thumb, .-wrp-complaint-reply-public .row-2::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.125);
  border-right: 2px solid #F0F0F0;
}
.-wrp-complaint-reply-public .row-1 {
  border-left: 3px solid #aed1d6;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.-wrp-complaint-reply-public .row-2 {
  border-left: 3px solid rgba(0, 0, 0, 0.125);
  padding: 5px 10px;
}

.-cards-complaints .col-ico-1 {
  flex: 0 0 35%;
  max-width: 35%;
}
.-cards-complaints .col-ico-2 {
  flex: 0 0 35%;
  max-width: 35%;
}
.-cards-complaints .col-ico-3 {
  flex: 0 0 30%;
  max-width: 30%;
}
.-cards-complaints > div:last-child .card {
  height: 92.58px;
}
.-cards-complaints > div:last-child .card .card-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.-cards-complaints > div:last-child .card .card-body .col-ico-1 .-content-data {
  padding-left: 6px;
  padding-right: 3px;
}
.-cards-complaints > div:last-child .card .card-body .col-ico-2 .-content-data {
  padding-left: 3px;
  padding-right: 3px;
}
.-cards-complaints > div:last-child .card .card-body .col-ico-3 .-content-data {
  padding-left: 3px;
  padding-right: 6px;
}
.-cards-complaints > div:last-child .card .card-body .-content-data {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.-cards-complaints > div:last-child .card .card-body .-title {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.-cards-complaints > div:last-child .card .card-body .-title .-icon-abs {
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size: 16px;
}
.-cards-complaints > div:last-child .card .card-body .-details {
  height: 34px;
  font-size: 8.6px;
  line-height: 1;
  padding-top: 4px;
}

.-px-05 {
  padding: 0 5px !important;
}

.-p-010 {
  padding: 0 10px !important;
}

.-mb-10p {
  margin-bottom: 10px !important;
}

.-border-light-danger {
  border-color: #f8d6d9 !important;
}

.-border-light-warning {
  border-color: #fff1ca !important;
}

.-border-light-success {
  border-color: #cef3d6 !important;
}

.error-logo {
  height: 50px;
}
@media (min-width: 576px) {
  .error-logo {
    height: 60px;
  }
}

footer .list-group__doc {
  max-width: 100%;
}
@media (min-width: 992px) {
  footer .list-group__doc .list-group-item:not(:last-child) {
    position: relative;
    margin-right: 20px;
  }
  footer .list-group__doc .list-group-item:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: -10px;
    width: 2px;
    height: 16px;
    border-radius: 0.25rem;
    content: "";
    background: #ababab;
  }
}

.form-group__estate-post {
  box-shadow: 0 0 0 1.5px rgba(14, 198, 213, 0.6);
  border-radius: 3px;
  padding: 4px 10px 10px;
  background-color: #eff6f7;
  margin-top: 2px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .form-group__estate-post {
    margin-top: 0px;
  }
}
.form-group__estate-post label {
  margin-bottom: 4px;
}
.form-group__estate-post select {
  background-color: #fff;
}
.form-group__estate-post select:focus {
  background-color: #fff;
}
.form-group__estate-post span {
  margin-top: 4px;
  font-size: 90%;
}

.form-group__alert .alert {
  font-size: 13px;
  line-height: 1.2rem;
  text-transform: none;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.form-group__alert .alert span {
  color: #805e00;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .-col-agent-request {
    padding-left: 16px !important;
  }
}

.-col-agent-request > .row {
  padding: 8px;
  border-radius: 3px;
  box-shadow: 0 0 0 1.5px rgba(14, 198, 213, 0.6);
  background-color: #fff;
}
@media (min-width: 768px) {
  .-col-agent-request > .row {
    padding: 5px;
  }
}
.-col-agent-request > .row p {
  line-height: 16px;
  padding-right: 12px;
  text-align: justify;
  font-size: 90%;
  font-weight: 500;
}

.card__package-payment .-rich-text {
  display: flex;
  justify-content: center;
}

.card__header-profile .--off {
  height: 8rem !important;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 576px) {
  .card__header-profile .--off {
    height: 11rem !important;
  }
}
.card__header-profile .card-header .wrp-profile-banner {
  height: 240px;
}
.card__header-profile .card-header .wrp-profile-banner img.-profile-banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 576) {
  .card__header-profile .card-header .wrp-profile-banner {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .card__header-profile .card-header .wrp-profile-banner {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .card__header-profile .card-header .wrp-profile-banner {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  .card__header-profile .card-header .wrp-profile-banner {
    height: 340px;
  }
}

.card__considerations {
  display: flex;
  margin-top: 46px;
  background-color: #fff;
  border: 2px solid #28a745;
  border-radius: 0;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .card__considerations {
    margin-top: 0;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .card__considerations {
    font-size: 12.5px;
  }
}
.card__considerations ol {
  padding-left: 15px;
  margin-bottom: 0;
}
.card__considerations ol li::marker {
  font-weight: 600;
}
.card__considerations ol li:not(:last-child) {
  margin-bottom: 12px;
}

.btn-update-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  margin: 5px;
}
.btn-update-banner:hover {
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.btn-remove-banner {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #fff;
  padding: 3px 8px;
  margin: 5px;
}
.btn-remove-banner:hover {
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
}

.u-profile-img {
  position: relative;
  width: 8rem;
  height: 8rem;
  line-height: 5rem;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  border: 5px solid #FFF;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .u-profile-img {
    width: 11rem;
    height: 11rem;
  }
}
.u-profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.u-profile-img .custom-file {
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in;
}
.u-profile-img .custom-file label {
  color: #FFF;
  font-size: 1rem;
  height: 2rem;
}
.u-profile-img .custom-file:hover {
  background: rgba(0, 0, 0, 0.6);
}
.u-profile-img:hover .-btn-remove {
  right: 0;
}
.u-profile-img .-btn-remove {
  position: absolute;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: 0.3s ease-in;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -30px;
  z-index: 100;
}
.u-profile-img .-btn-remove:hover {
  background: rgba(0, 0, 0, 0.6);
}

.u-profile-img.u-profile-img__abs {
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  z-index: 5;
}

.-title-video-tutorial {
  font-size: 15px;
}
@media (min-width: 768px) {
  .-title-video-tutorial {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .-title-video-tutorial {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .-title-video-tutorial {
    font-size: 16px;
  }
}

.pin-price-tag {
  background-color: #1e1d85;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 13px;
  padding: 2.5px 8.5px;
  position: relative;
  letter-spacing: 0.7px;
  font-family: "Poppins", sans-serif;
  transition: transform 0.3s ease-in;
}
.pin-price-tag:hover {
  transform: translateY(1px);
}
.pin-price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 97.5%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #1e1d85;
}
.pin-price-tag span {
  line-height: 18px !important;
}

.btn-group__switch {
  border: 2px dashed #dadce0;
  border-radius: 3px;
  padding: 2px;
}
.btn-group__switch .btn.active-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group__switch .btn.active-success:hover {
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-group__switch .btn.active-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group__switch .btn.active-danger:hover {
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-group__switch .btn.disabled {
  opacity: 1;
}

.carousel-brands .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-brands .item .image {
  filter: grayscale(100%);
  max-height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
.carousel-brands .item:hover .image {
  filter: grayscale(0%);
  opacity: 1 !important;
}

/* START: NEWLATTER */
._newlatter {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 1fr;
  gap: 8px;
  border-radius: 0.3rem;
  border: 0;
  padding: 0;
}

._newlatter input {
  font-weight: 500;
  box-shadow: none;
  border: none;
  z-index: 1;
}

._newlatter input:nth-child(1) {
  grid-column: 1/9;
  grid-row: 1/2;
}

._newlatter input:nth-child(2) {
  grid-column: 1/9;
  grid-row: 2/3;
}

._newlatter button {
  grid-column: 1/9;
  grid-row: 3/4;
  font-weight: 500;
  border: 0;
}

._newlatter button:focus, ._newlatter input:focus {
  box-shadow: none !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  ._newlatter input:nth-child(1) {
    grid-column: 2/8;
    grid-row: 1/2;
  }

  ._newlatter input:nth-child(2) {
    grid-column: 2/8;
    grid-row: 2/3;
  }

  ._newlatter button {
    grid-column: 2/8;
    grid-row: 3/4;
  }
}
@media (min-width: 992px) {
  ._newlatter {
    background-color: rgba(0, 0, 0, 0.5);
    gap: 1px;
  }

  ._newlatter input:nth-child(1) {
    grid-column: 1/5;
    grid-row: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  ._newlatter input:nth-child(2) {
    grid-column: 5/8;
    grid-row: 1;
    border-radius: 0;
  }

  ._newlatter button {
    grid-column: 8/9;
    grid-row: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
/* END: NEWLATTER */
