@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
body {
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
}

.pulse {
  box-shadow: 0 0 0 0 rgba(0, 33, 93, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
footer p a, .btn-ebook, .btn-standard, .btn-mensaje, .btn-view-more, form .btn_switch, form .btn {
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}

.btn-standard, .btn-view-more.bg-btn, .btn-view-more {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.btn-view-more.bg-btn, .btn-view-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.btn-ebook, .btn-standard, .btn-view-more, form .btn_switch {
  width: fit-content;
  height: fit-content;
}

.btn-view-more.bg-btn {
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.btn-ebook, .btn-standard, .btn-mensaje, .btn-view-more, form .btn_switch, form .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-mensaje, form .btn {
  width: 100%;
  max-width: 100%;
}

.btn-standard, .btn-mensaje, form .btn {
  color: #ffffff;
  background: #00215d;
  border: 2px solid #0000;
}
.btn-standard:hover, .btn-mensaje:hover, form .btn:hover {
  color: #ffffff;
  background-color: #00215d;
}

.btn:focus {
  box-shadow: unset;
}

form .btn_switch {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 30px;
  color: #00215d;
  background: white;
  border: 1px solid #00215d;
}
form .btn_switch.active {
  color: white;
  background: #00215d;
}

.btn-view-more {
  border: 2px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  z-index: 2;
}
.btn-view-more.bg-btn {
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.btn-view-more p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28px;
  margin: 0;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .btn-view-more p {
    font-size: 9px;
  }
}
@media screen and (max-width: 580px) {
  .btn-view-more p {
    display: none;
  }
}

.btn-mensaje {
  font-size: 18px;
}

.btn-viewprop {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 30px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}
.btn-viewprop:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .btn-viewprop {
    margin: 0px auto 20px;
  }
}
.btn-viewprop span {
  display: block;
  padding: 5px 0px 5px 5px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
}

.btn-standard {
  font-size: 18px;
  padding: 8px 30px;
}

.btn-standard {
  font-size: 18px;
  padding: 8px 30px;
}

.btn-ebook {
  font-size: 18px;
  padding: 8px 30px;
  background-color: #fd4800;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn-ebook:hover {
  color: white;
}

a {
  text-decoration: none;
  transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
}
a:hover {
  text-decoration: none;
}

.sections {
  position: relative;
  max-width: 100vw;
  background-color: white;
}

.container-fluid {
  width: 100%;
  max-width: 1244px;
}

.img-object {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.header-section .title {
  color: #00215d;
}
.header-section h1.title_property {
  font-size: 22px;
  font-weight: 400;
  color: #00215d;
  padding: 20px 0 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header-section h1.title {
  font-size: 32px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 580px) {
  .header-section h1.title {
    font-size: 28px;
  }
}
.header-section h2.title,
.header-section h3.title {
  font-size: 28px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 580px) {
  .header-section h2.title,
.header-section h3.title {
    font-size: 24px;
  }
}
@media screen and (max-width: 385px) {
  .header-section h2.title,
.header-section h3.title {
    font-size: 22px;
  }
}
.header-section .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: initial;
  letter-spacing: 0.3px;
  color: #4a4a4a;
}

.page_header_gray {
  background: rgba(0, 0, 0, 0.02);
}

.addthis_inline_share_toolbox {
  background: #f8f9fa;
  background-color: #f8f9fa;
  padding: 20px;
}

.content_single h1,
.content_single h2 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
  .content_single h1,
.content_single h2 {
    font-size: 24px;
    font-margin-bottom: 10px;
  }
}
.content_single h3,
.content_single h4 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 580px) {
  .content_single h3,
.content_single h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.content_single img {
  width: 100%;
  height: 100%;
}
.content_single b,
.content_single strong {
  color: #00215d;
}
.content_single a {
  color: #188bf4;
  text-decoration: underline;
}
.content_single ul li {
  margin-bottom: 10px;
}

.property_content h1,
.property_content h2 {
  font-size: 26px;
  color: #4a4a4a;
  margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
  .property_content h1,
.property_content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.property_content h3,
.property_content h4 {
  font-size: 22px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
@media screen and (max-width: 580px) {
  .property_content h3,
.property_content h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.property_content p {
  color: #4a4a4a;
}
.property_content li {
  color: #4a4a4a;
}
.property_content a {
  color: #c10f1c;
  text-decoration: underline;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=number]:focus {
  border-color: rgba(0, 33, 93, 0.3);
  -webkit-box-shadow: 0 0 3px 2.5px rgba(0, 33, 93, 0.2);
  -moz-box-shadow: 0 0 3px 2.5px rgba(0, 33, 93, 0.2);
  -ms-box-shadow: 0 0 3px 2.5px rgba(0, 33, 93, 0.2);
  -o-box-shadow: 0 0 3px 2.5px rgba(0, 33, 93, 0.2);
  box-shadow: 0 0 3px 2.5px rgba(0, 33, 93, 0.2);
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form input[type=number]::placeholder {
  font-size: 14px;
}

body {
  color: #4a4a4a;
  background-color: #f8f9fa;
}

header {
  width: 100%;
  padding: 6px 0;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 580px) {
  header {
    height: 70px;
  }
}

.logo a {
  display: block;
  position: relative;
  height: 100%;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
}
.logo a:hover {
  text-decoration: none;
}
@media screen and (max-width: 580px) {
  .logo a {
    font-size: 16px;
  }
  .logo a img {
    max-height: 52px;
  }
  .logo a b {
    font-size: 16px;
  }
}
.logo a img {
  float: left;
  margin: 0;
  position: initial;
  margin-right: 10px;
  width: initial;
  max-height: 52px;
}
@media screen and (max-width: 580px) {
  .logo a img {
    width: 33px;
  }
}
.logo a b {
  display: block;
  font-size: 16px;
  margin-top: -5px;
  color: #00215d;
}

ul.nav {
  display: flex;
  align-items: center;
}
ul.nav li {
  font-size: 18px;
  line-height: 26px;
}
ul.nav li a {
  font-size: 18px;
  font-weight: 400;
  color: #00215d;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}
ul.nav li a:hover {
  color: #c10f1c;
}
ul.nav li.btnagent {
  padding-left: 15px;
}
ul.nav li.btnagent a {
  align-items: center;
  position: relative;
}
ul.nav li.btnagent a .img_remax {
  width: 20px;
  margin-right: 10px;
}

.menu_nav_ctn .menu_nav_btn:focus {
  outline: none;
  box-shadow: none;
}
.menu_nav_ctn .menu_nav_btn svg {
  right: 0px;
  width: 50px;
  padding: 10px;
  margin: 0;
  -webkit-transition: ease-in all 0.6s;
  -moz-transition: ease-in all 0.6s;
  -ms-transition: ease-in all 0.6s;
  -o-transition: ease-in all 0.6s;
  transition: ease-in all 0.6s;
  bottom: 0px;
  z-index: 9999;
}
.menu_nav_ctn .menu_nav_btn svg rect.gh-svg-rect {
  height: 7px;
  fill: black;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
.menu_nav_ctn .menu_nav_btn svg rect.gh-svg-rect.gh-svg-rect-top {
  y: 20px;
  x: 0%;
  width: 100%;
}
.menu_nav_ctn .menu_nav_btn svg rect.gh-svg-rect.gh-svg-rect-center {
  y: 44px;
}
.menu_nav_ctn .menu_nav_btn svg rect.gh-svg-rect.gh-svg-rect-bottom {
  y: 68px;
  x: 0%;
  width: 100%;
}
.menu_nav_ctn .menu_nav_btn.open_nav svg rect.gh-svg-rect.gh-svg-rect-top {
  y: 0px;
  x: 20px;
  width: 100%;
  margin-top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_nav_ctn .menu_nav_btn.open_nav svg rect.gh-svg-rect.gh-svg-rect-center {
  margin-top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.menu_nav_ctn .menu_nav_btn.open_nav svg rect.gh-svg-rect.gh-svg-rect-bottom {
  x: -50px;
  y: 65px;
  width: 100%;
  margin-top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(-45deg);
}
.menu_nav_ctn .btn_search {
  position: relative;
  display: block;
}
.menu_nav_ctn .btn_search span {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: black;
  padding: 10px;
  width: 47px;
  height: 50px;
  transform: scale(1);
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
.menu_nav_ctn .btn_search.open_search span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.menu_nav_ctn .btn_search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 23px;
  background-color: black;
  margin: auto;
  -webkit-transform: rotate(315deg) scale(1);
  -moz-transform: rotate(315deg) scale(1);
  -ms-transform: rotate(315deg) scale(1);
  -o-transform: rotate(315deg) scale(1);
  transform: rotate(315deg) scale(1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
  opacity: 1;
}
.menu_nav_ctn .btn_search::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 23px;
  background-color: black;
  margin: auto;
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
  opacity: 1;
}
.menu_nav_ctn .btn_search.cerrar::before {
  transform: rotate(315deg) scale(0);
}
.menu_nav_ctn .btn_search.cerrar::after {
  transform: rotate(45deg) scale(0);
}

body.admin-bar .offcanvas {
  top: 115px;
}

.offcanvas {
  top: 70px;
  height: fit-content;
}
.offcanvas .offcanvas-body {
  padding: 0px;
}
.offcanvas .offcanvas-body nav .nav {
  display: block;
}
.offcanvas .offcanvas-body nav .nav .nav-item {
  font-size: 18px;
  color: #00215d;
  padding: 6px 10px;
  border-bottom: 1px solid rgba(0, 33, 93, 0.05);
}

@media screen and (max-width: 1023px) {
  .container-fluid .search_container {
    position: fixed;
    top: 70px;
    left: -100vw;
    right: 0;
    bottom: 0;
    width: 80%;
    height: calc(100vh - 65px);
    padding: 0;
    opacity: 0;
    -webkit-transition: ease-in all 0.3s;
    -moz-transition: ease-in all 0.3s;
    -ms-transition: ease-in all 0.3s;
    -o-transition: ease-in all 0.3s;
    transition: ease-in all 0.3s;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .container-fluid .search_container.open_search {
    left: 0;
    opacity: 1;
  }
}
.container-fluid .search_container .main_search_content {
  position: sticky;
  top: 70px;
  height: 100%;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  background-color: #f8f9fa;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.container-fluid .search_container .main_search_content form .form-group {
  margin-bottom: 10px;
}
.container-fluid .search_container .main_search_content form .form-group:first-child {
  padding: 20px 0 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.container-fluid .search_container .main_search_content form .form-group .title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #00215d;
  margin-bottom: 0px;
}
.container-fluid .search_container .main_search_content form .form-group label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #00215d;
  margin-bottom: 5px;
}
.container-fluid .search_container .main_search_content form .form-group .btn_group {
  width: 100%;
  display: flex;
}
.container-fluid .search_container .main_search_content form .form-group .btn_group .btn#btnComprar {
  border-top-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
}
.container-fluid .search_container .main_search_content form .form-group .btn_group .btn#btnAlquilar {
  border-top-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}
.container-fluid .search_container .main_search_content form .form-group .item-select {
  position: relative;
  background: #ffffff;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
.container-fluid .search_container .main_search_content form .form-group .item-select:after {
  content: "\e5d7";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto 0;
  width: 38px;
  height: 36px;
  background: #f8f9fa;
  font-family: "Material Icons";
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #00215d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
  z-index: 1;
}
.container-fluid .search_container .main_search_content form .form-group .item-select:hover:after {
  background: #00215d;
  color: #ffffff;
}
.container-fluid .search_container .main_search_content form .form-group .item-select select,
.container-fluid .search_container .main_search_content form .form-group .item-select .cn-select {
  all: unset;
  display: block;
  position: relative;
  background: transparent;
  width: calc(100% - 30px);
  padding: 10px 14px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #4a4a4a;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
  z-index: 2;
}
.container-fluid .search_container .main_search_content form .form-group .content-wrap .input-wrap:first-child {
  margin-bottom: 15px;
}
.container-fluid .search_container .main_search_content form .form-group .content-wrap .input-wrap .label-wrap .number-label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #00215d;
  margin-bottom: 5px;
}
.container-fluid .search_container .main_search_content form .form-group .content-wrap .input-wrap .input-mask {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.container-fluid .search_container .main_search_content form .form-group .content-wrap .input-wrap .input-mask strong {
  font-weight: 400;
}
.container-fluid .search_container .main_search_content form .form-group .content-wrap .input-wrap .input-mask .btn {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 36px;
  padding: 0px;
  margin: 4px 5px;
  font-size: 24px;
  line-height: 0;
  text-align: center;
  color: #00215d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #f8f9fa;
  border: 1px solid rgba(193, 15, 28, 0.04);
  cursor: pointer;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
.container-fluid .search_container .main_search_content form .form-group .content-wrap .input-wrap .input-mask .btn:hover {
  background: #00215d;
  color: #ffffff;
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price {
  margin-bottom: 10px;
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .multi-rangeSlide {
  position: relative;
  width: 100%;
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .multi-rangeSlide input[type=range] {
  position: absolute;
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .multi-rangeSlide input[type=range]::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  pointer-events: all;
  -webkit-appearance: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .multi-rangeSlide .sliderBar {
  position: relative;
  height: 10px;
  margin: 0px 7px;
  z-index: 1;
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .multi-rangeSlide .sliderBar > .track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 33, 93, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .multi-rangeSlide .sliderBar > .range {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  left: 0%;
  background-color: #00215d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .multi-rangeSlide .sliderBar > .thumb {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #00215d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.9;
  z-index: 3;
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .multi-rangeSlide .sliderBar > .thumb.left {
  left: 0%;
  transform: translate(-6px, -2px);
  -webkit-transform: translate(-6px, -2px);
  -moz-transform: translate(-6px, -2px);
  -ms-transform: translate(-6px, -2px);
  -o-transform: translate(-6px, -2px);
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .multi-rangeSlide .sliderBar > .thumb.right {
  right: 0%;
  transform: translate(6px, -2px);
  -webkit-transform: translate(6px, -2px);
  -moz-transform: translate(6px, -2px);
  -ms-transform: translate(6px, -2px);
  -o-transform: translate(6px, -2px);
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .rangeSlide-value {
  display: flex;
  align-items: center;
  padding-left: 4px;
  margin-top: 5px;
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .rangeSlide-value #minPrice,
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .rangeSlide-value #maxPrice {
  margin-right: 5px;
  font-size: 14px;
}
.container-fluid .search_container .main_search_content form .form-group .cn-select_price .rangeSlide-value .text-inline {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.container-fluid.search_layout {
  display: flex;
}
.container-fluid.search_layout .search_container {
  width: 300px;
  padding: 0;
}
.container-fluid.search_layout .search_container.open_search {
  left: 0;
  opacity: 1;
}
.container-fluid.search_layout .row {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1023px) {
  .container-fluid.search_layout .row {
    width: 100vw;
  }
}

@media screen and (min-width: 1024px) {
  #cover-page .search_container {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 1200px;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
    z-index: 2;
  }
  #cover-page .search_container .main_search_content {
    transform: scale(0.95);
  }

  .home_search .search_container .main_search_content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    background-color: #f8f9fa;
    border-right: none;
    padding: 10px 20px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
  }
  .home_search .search_container .main_search_content form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .home_search .search_container .main_search_content form .form-group {
    margin-bottom: 0;
  }
  .home_search .search_container .main_search_content form .form-group.home_hide {
    display: none;
  }
  .home_search .search_container .main_search_content form .form-group .btn_group .btn {
    padding: 10px 15px;
  }
  .home_search .search_container .main_search_content form .form-group .item-select select {
    width: 150px;
    margin-bottom: 0;
  }
  .home_search .search_container .main_search_content form .form-group .content-wrap .input-wrap .input-mask #output-bed,
.home_search .search_container .main_search_content form .form-group .content-wrap .input-wrap .input-mask #output-park {
    display: flex;
    justify-content: center;
    width: 50px;
  }
  .home_search .search_container .main_search_content form .form-group .content-wrap {
    display: flex;
  }
  .home_search .search_container .main_search_content form .form-group .content-wrap .input-wrap:first-child {
    margin-right: 3%;
    margin-bottom: 0;
  }
  .home_search .search_container .main_search_content form > .btn {
    max-width: fit-content;
  }
}
#about-agent:before, .gallery figure.bgOvercount:before, .property_details .single-price:before, .property_features ul li .features_details .icon_features:before, #agentCover .agent_cover_bg:before, #cover-page .owl-dots button.active:before, #cover-page .cover_property_wrapper figure:before {
  content: "";
  display: block;
}

#cover-page {
  padding-top: 0;
  padding-bottom: 0;
}
#cover-page .ctn-static {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  max-width: 730px;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 50%;
  margin: auto;
  z-index: 2;
}
#cover-page .ctn-static .title {
  font-size: 42px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 385px) {
  #cover-page .ctn-static .title {
    font-size: 36px;
  }
}
#cover-page .cover_property_wrapper figure {
  width: 100%;
  height: 764px;
  margin-bottom: 0;
  display: block;
}
#cover-page .cover_property_wrapper figure:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #cover-page .cover_property_wrapper figure {
    height: 540px;
  }
}
#cover-page .cover_property_wrapper figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#cover-page .cover_property_wrapper .cover_property_info {
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
  margin: auto;
  z-index: 2;
}
#cover-page .cover_property_wrapper .cover_property_info .title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
#cover-page .cover_property_wrapper .cover_property_info .price {
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
}
#cover-page .cover_search_wrapper {
  position: absolute;
  align-items: center;
  display: flex;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  background: #f8f9fa;
  margin: auto;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cover-page .cover_search_wrapper .main_search_content {
  width: 100%;
}
#cover-page .cover_search_wrapper .main_search_content form {
  display: flex;
  align-items: center;
}
#cover-page .cover_search_wrapper .main_search_content form .form-group {
  margin-right: 10px;
  margin-bottom: 0px;
}
#cover-page .cover_search_wrapper .main_search_content form .form-group:first-child {
  display: none;
}
#cover-page .cover_search_wrapper .main_search_content form .form-group label,
#cover-page .cover_search_wrapper .main_search_content form .form-group .label-wrap span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00215d;
  margin-bottom: 10px;
}
#cover-page .cover_search_wrapper .main_search_content form .form-group .item-select {
  width: 180px;
}
#cover-page .cover_search_wrapper .main_search_content form .form-group .cn-select_price {
  width: 220px;
}
#cover-page .cover_search_wrapper .main_search_content form .form-group.searchInputGroup_habypaq {
  margin: 0px;
}
#cover-page .cover_search_wrapper .main_search_content form .form-group.searchInputGroup_habypaq .content-wrap {
  display: flex;
}
#cover-page .cover_search_wrapper .main_search_content form .form-group.searchInputGroup_habypaq .content-wrap .input-wrap {
  width: 180px;
  margin-right: 10px;
  margin-bottom: 0px;
}
#cover-page .owl-nav {
  position: absolute;
  top: 500px;
  left: 0;
  right: 0;
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  #cover-page .owl-nav {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  #cover-page .owl-nav {
    padding: 0 10px;
  }
}
#cover-page .owl-nav button {
  outline: 0;
  font-size: 72px;
  line-height: 60px;
  color: #ffffff;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
#cover-page .owl-nav button.owl-prev {
  margin-right: 25px;
}
#cover-page .owl-nav button:hover {
  color: #c5c5c5;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
#cover-page .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  #cover-page .owl-dots {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  #cover-page .owl-dots {
    padding: 0 10px;
  }
}
#cover-page .owl-dots button {
  width: 15px;
  height: 15px;
  background: #ffffffad;
  border-radius: 50%;
  margin: 0 10px;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
  outline: 0;
  position: relative;
}
#cover-page .owl-dots button:hover {
  background: rgba(0, 33, 93, 0.72);
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
#cover-page .owl-dots button.active {
  color: #ffffff;
}
#cover-page .owl-dots button.active:before {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
}

#agentCover {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #agentCover {
    overflow: unset;
  }
}
#agentCover .no-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
#agentCover .agent_cover_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#agentCover .agent_cover_bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: brightness(0.8);
  z-index: 0;
}
#agentCover .agent_cover_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#agentCover .ctn-static {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #agentCover .ctn-static {
    padding-top: 40px;
  }
}
#agentCover .ctn-static .title {
  font-size: 56px;
  font-family: "Open Sans", sans-serif;
  line-height: 74px;
  color: #ffffff;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  #agentCover .ctn-static .title {
    font-size: 40px;
    line-height: initial;
  }
}
@media screen and (max-width: 1023px) {
  #agentCover .ctn-static .title {
    font-size: 32px;
    line-height: initial;
    text-align: center;
  }
}
#agentCover .ctn-static .desc {
  font-size: 22px;
  line-height: initial;
  color: #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #agentCover .ctn-static .desc {
    font-size: 22px;
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 580px) {
  #agentCover .ctn-static .desc {
    max-width: 100%;
  }
}
#agentCover .profile-cover {
  position: relative;
  height: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  #agentCover .profile-cover {
    padding-top: 0px;
  }
}
#agentCover .profile-cover figure {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 600px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  #agentCover .profile-cover figure {
    max-width: 320px;
    max-height: 400px;
    margin: 0 auto;
  }
}
#agentCover .profile-cover figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

#about-agent:before, .gallery figure.bgOvercount:before, .property_details .single-price:before, .property_features ul li .features_details .icon_features:before, .card_ebook::before, .card_blog .articlehead figure :before, .card-property .card-body .locationbox .ico-location:before, .card-property::before {
  content: "";
  display: block;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card-property {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
@media screen and (max-width: 1023px) {
  .card-property {
    max-width: 90vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  .card-property {
    max-width: 350px;
    margin: 0 auto;
  }
}
.card-property::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #0000 40%, rgba(0, 0, 0, 0.6) 80%);
  z-index: 3;
}
.card-property .card-body {
  padding: 0;
}
.card-property .card-body .locationbox {
  position: absolute;
  right: 15px;
  top: 12px;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #707070;
  font-weight: 500;
  background-color: #ffffff;
  padding: 6px 8px 6px 28px;
  z-index: 9;
  border-radius: 5px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 580px) {
  .card-property .card-body .locationbox {
    visibility: visible;
    opacity: 1;
    font-size: 11px;
  }
}
.card-property .card-body .locationbox .ico-location:before {
  position: absolute;
  top: 6px;
  left: 8px;
  background: url(https://masuiux.com/rtls-cdn/AgentePro_RT/icons/icon_location.svg?v=0001);
  background-size: 18px;
  width: 14px;
  height: 18px;
}
.card-property .card-body figure {
  width: 100%;
  height: 440px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/6;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .card-property .card-body figure {
    height: 400px;
  }
}
@media screen and (max-width: 580px) {
  .card-property .card-body figure {
    height: 380px;
  }
}
.card-property .card-body .detail {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  color: white;
  background: #0000;
  backdrop-filter: blur(2px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .card-property .card-body .detail {
    padding: 10px 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}
@media screen and (max-width: 580px) {
  .card-property .card-body .detail {
    padding: 10px 8px;
  }
}
.card-property .card-body .detail .title {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.card-property .card-body .detail .price {
  margin-bottom: 10px;
}
.card-property .card-body .detail .price .badge {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 17px 8px 0px;
  background: #0000;
  color: #ffffff;
}
.card-property .card-body .atrinfo ul {
  width: 100%;
  height: 35px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 5px;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .card-property .card-body .atrinfo ul {
    height: 30px;
    padding-top: 5px;
  }
}
.card-property .card-body .atrinfo ul li {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  list-style: none;
}
.card-property .card-body .atrinfo ul li .atrdetails {
  display: flex;
  color: #ffffff;
}
.card-property .card-body .atrinfo ul li .atrdetails .ico {
  margin-right: 5px;
  filter: brightness(2);
}
.card-property .card-body .atrinfo ul li .atrdetails .ico::before {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  margin: auto;
  filter: brightness(0.8);
}
.card-property .card-body .atrinfo ul li .atrdetails .ico.ico-metro::before {
  background: url(https://masuiux.com/rtls-cdn/AgentePro_RT/icons/icon_metros.svg?v=0001);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.card-property .card-body .atrinfo ul li .atrdetails .ico.ico-room::before {
  background: url(https://masuiux.com/rtls-cdn/AgentePro_RT/icons/icon_hab.svg?v=0001);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.card-property .card-body .atrinfo ul li .atrdetails .ico.ico-parq::before {
  background: url(https://masuiux.com/rtls-cdn/AgentePro_RT/icons/icon_parq.svg?v=0001);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.card-property .card-body .atrinfo ul li .atrdetails .ico.ico-bath::before {
  background: url(https://masuiux.com/rtls-cdn/AgentePro_RT/icons/icon_bath.svg?v=0001);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.card-property .card-body .atrinfo ul li .atrdetails .dtl-prop {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}
.card-property.featured {
  box-shadow: 0 0 0 3px #fd4800;
}
.card-property.featured::after {
  content: "Proyecto Destacado";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fd4800;
  font-size: 12px;
  color: #ffffff;
  padding: 5px 10px;
  border-bottom-right-radius: 12px;
  z-index: 3;
}
.card-property:hover .card-body .locationbox {
  top: 10px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .card-property.card-dual {
    box-shadow: 0 0 0 2px #fd4800;
  }
  .card-property.card-dual::after {
    display: none;
  }
  .card-property.card-dual .card-body figure {
    height: 320px;
  }
}
@media screen and (max-width: 500px) and (max-width: 340px) {
  .card-property.card-dual .card-body .detail .price .badge {
    font-size: 13px;
  }
}

.card_blog {
  width: 100%;
  height: 100%;
  max-width: 283px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  display: inline-table;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media screen and (max-width: 580px) {
  .card_blog {
    max-width: 100%;
  }
}
.card_blog .articlehead figure {
  width: 100%;
  height: 180px;
  margin-bottom: 0;
  overflow: hidden;
}
.card_blog .articlehead figure :before {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 55%);
  position: absolute;
}
.card_blog .ctnbox {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -ms-flex-align: center !important;
  align-items: center !important;
  z-index: 2;
}
.card_blog .ctnbox .title {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .card_blog .ctnbox .title {
    font-size: 14px;
  }
}
.card_blog .datebox {
  display: table-footer-group;
}
.card_blog .datebox .date {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-contact {
  height: 100%;
  min-height: 445px;
  max-height: 445px;
}
.card-contact .title {
  font-size: 22px;
  color: #00215d;
}
.card-contact hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.card-contact dl {
  margin-bottom: 0px;
}
.card-contact dl dt {
  color: #000000;
}
.card-contact dl dt .material-icons {
  float: left;
}
.card-contact dl dd {
  font-size: 16px;
  color: rgba(74, 74, 74, 0.75);
  margin: 10px 0px;
}
.card-contact dl dd .material-icons {
  float: left;
}
.card-contact dl dd a {
  color: #000000;
}
.card-contact iframe {
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-img {
  height: 100%;
  min-height: 445px;
  max-height: 445px;
}
.card-img .card-body {
  padding: 0;
  background-color: #0000;
}
.card-img .card-body figure {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 445px;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
.card-img .card-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  padding-top: 20px;
}

.card_ebook {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.card_ebook::before {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  opacity: 0;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
  z-index: 1;
}
.card_ebook:hover .card_ebook_header .card_ebook_img img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.card_ebook:hover::before,
.card_ebook:hover .card_ebook_body {
  bottom: 0px;
  opacity: 1;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
.card_ebook .card_ebook_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card_ebook .card_ebook_header .card_ebook_img {
  width: 100%;
  height: 420px;
  position: relative;
  margin: 0;
  overflow: hidden;
  -webkit-transition: ease-in all 0.6s;
  -moz-transition: ease-in all 0.6s;
  -ms-transition: ease-in all 0.6s;
  -o-transition: ease-in all 0.6s;
  transition: ease-in all 0.6s;
}
.card_ebook .card_ebook_header .card_ebook_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: ease-in all 0.6s;
  -moz-transition: ease-in all 0.6s;
  -ms-transition: ease-in all 0.6s;
  -o-transition: ease-in all 0.6s;
  transition: ease-in all 0.6s;
}
.card_ebook .card_ebook_body {
  display: block;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  padding: 20px 15px 25px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
  z-index: 1;
}
.card_ebook .card_ebook_body .title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin: 0;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.card_ebook .card_ebook_body .date {
  color: #c10f1c;
  margin: 0;
}

.agent_profile {
  position: relative;
  background: #f8f9fa;
  padding: 10px 0 10px 10px;
  margin-bottom: 30px;
  border-right: 8px solid #00215d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
}
.agent_profile .picture {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 95px;
  margin-top: -10px;
  margin-left: -10px;
  margin-bottom: -10px;
  border: 1px solid rgba(0, 33, 93, 0.09);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.agent_profile .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.agent_profile .agent_info {
  position: relative;
  left: 100px;
  width: calc(100% - 110px);
}
.agent_profile .agent_info .title {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #00215d;
  margin: 0;
}
.agent_profile .agent_info .ocupation {
  font-size: 16px;
  line-height: revert;
}
.agent_profile .agent_info .click_box .tel_click_box .tel_click_btn .material-icons-outlined {
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
  .agent_profile .agent_info .click_box .tel_click_box .tel_click_btn .material-icons-outlined {
    margin-right: 0px;
  }
}
.agent_profile .agent_info .click_box .tel_click_box .tel_click_btn b {
  padding-right: 5px;
}
.agent_profile .agent_info .click_box .mail_click_btn .material-icons-outlined {
  max-width: 24px;
}
.agent_profile .agent_info .click_box .ws_click_btn img {
  max-width: 24px;
}

.article_blog {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.article_blog:hover {
  border: 1px solid #00215d;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
.article_blog .article_blog_content {
  display: flex;
}
.article_blog .article_blog_content .picture {
  width: 100%;
  height: 80px;
  max-width: 120px;
  margin: 0px;
}
@media screen and (max-width: 385px) {
  .article_blog .article_blog_content .picture {
    height: 100px;
  }
}
.article_blog .article_blog_content .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article_blog .article_blog_content .description {
  padding: 10px;
}
.article_blog .article_blog_content .description .title {
  font-size: 14px;
  color: black;
  margin-bottom: 10px;
  height: 30px;
}
@media screen and (max-width: 385px) {
  .article_blog .article_blog_content .description .title {
    height: auto;
  }
}
.article_blog .article_blog_content .description .date {
  font-size: 11px;
  font-weight: 600;
  color: #00215d;
  margin-bottom: 0px;
}

.property_features ul li .features_details .icon_features:before, .property_details .single-price:before, .gallery figure.bgOvercount:before, #about-agent:before {
  content: "";
  display: block;
}

#about-agent {
  padding: 4% 0;
  background-color: #ffffff;
  overflow: hidden;
  border-top: 3px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#about-agent:before {
  position: absolute;
  top: 0;
  right: -220px;
  width: 56vw;
  height: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.02);
  transform: skew(-16deg);
}
#about-agent .ctn-about {
  color: #ffffff;
  width: 100%;
  max-width: 460px;
}
@media screen and (max-width: 1023px) {
  #about-agent .ctn-about {
    max-width: 100%;
  }
}
#about-agent .ctn-about .title {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  color: #00215d;
  margin-bottom: 20px;
}
@media screen and (max-width: 385px) {
  #about-agent .ctn-about .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#about-agent .ctn-about .desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
#about-agent .ctn-about.full_size {
  max-width: 100%;
}
#about-agent .ctn-about.full_size .title,
#about-agent .ctn-about.full_size .desc {
  text-align: center;
}
#about-agent .mediaplay figure {
  width: 100%;
  height: 300px;
  margin-bottom: auto;
  overflow: hidden;
}
#about-agent .mediaplay figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#about-agent .mediaplay figure iframe,
#about-agent .mediaplay figure .wp-block-embed__wrapper,
#about-agent .mediaplay figure .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

#property-section {
  background: #f8f9fa;
  padding-bottom: 20px;
}

#article-section {
  background: #f8f9fa;
}

#rteam .capt-information .header-capt {
  display: block;
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 1px solid #f8f9fa;
}
#rteam .capt-information .header-capt span {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: #4a4a4a;
}
@media screen and (max-width: 385px) {
  #rteam .capt-information .header-capt span {
    margin-bottom: 6px;
  }
}
#rteam .capt-information .header-capt .title {
  font-size: 22px;
  font-weight: 400;
  color: #4a4a4a;
}
@media screen and (max-width: 385px) {
  #rteam .capt-information .header-capt .title {
    font-size: 18px;
    line-height: initial;
  }
}
#rteam .capt-information .capt-list {
  padding: 20px 0 0;
}
#rteam .capt-information .capt-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#rteam .capt-information .capt-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #4a4a4a;
  min-height: 32px;
  padding-left: 50px;
  margin-bottom: 35px;
}
#rteam .capt-information .capt-list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 385px) {
  #rteam .capt-information .capt-list ul li {
    font-size: 12px;
    line-height: initial;
  }
}
#rteam .capt-information .capt-list ul li span.icons {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#rteam .capt-information .capt-list ul li b {
  display: contents;
  font-weight: 400;
}
#rteam .suscb-box .title {
  font-size: 22px;
  font-weight: 400;
  color: #4a4a4a;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 385px) {
  #rteam .suscb-box .title {
    font-size: 18px;
    margin-top: 20px;
  }
}
#rteam .suscb-box label {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #00215d;
}
@media screen and (max-width: 385px) {
  #rteam .suscb-box label {
    font-size: 16px;
    margin-top: 5px;
  }
}

.container-fluid.property_layout {
  width: 100%;
  max-width: 100%;
}

.gallery figure {
  position: relative;
  float: left;
  margin-bottom: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-size: cover;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: placeholder-pulse;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  overflow: hidden;
}
.gallery figure:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.gallery figure.bgOvercount:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
}
.gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
  transition: 0.3s;
  background-size: cover;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: placeholder-pulse;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  background-color: #f8f9fa;
}
.gallery.gallery_1 figure {
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .gallery.gallery_1 figure {
    max-height: 400px;
  }
}
@media screen and (max-width: 580px) {
  .gallery.gallery_1 figure {
    max-height: 300px;
  }
}
.gallery.gallery_12 figure {
  width: 100%;
  height: 500px;
  max-width: calc(50% - 5px);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}
.gallery.gallery_12 figure:nth-child(1) {
  margin-left: 0;
}
.gallery.gallery_12 figure:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .gallery.gallery_12 figure:nth-child(1), .gallery.gallery_12 figure:nth-child(2) {
    height: 400px;
    max-width: calc(50% - 5px);
  }
}
@media screen and (max-width: 580px) {
  .gallery.gallery_12 figure:nth-child(1), .gallery.gallery_12 figure:nth-child(2) {
    height: 300px;
  }
}
.gallery.gallery_123 figure:nth-child(1) {
  width: 100%;
  height: 500px;
  max-width: 50%;
}
@media screen and (max-width: 1023px) {
  .gallery.gallery_123 figure:nth-child(1) {
    height: 330px;
    max-width: 50%;
    margin-bottom: 10px;
  }
}
.gallery.gallery_123 figure:nth-child(2), .gallery.gallery_123 figure:nth-child(3) {
  width: 100%;
  height: 245px;
  max-width: calc(50% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .gallery.gallery_123 figure:nth-child(2), .gallery.gallery_123 figure:nth-child(3) {
    height: 160px;
    max-width: calc(50% - 10px);
  }
}
.gallery.gallery_1234 figure:nth-child(1) {
  width: 100%;
  height: 500px;
  max-width: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .gallery.gallery_1234 figure:nth-child(1) {
    height: 200px;
    max-width: calc(50% - 5px);
    margin: 2px;
  }
}
@media screen and (max-width: 580px) {
  .gallery.gallery_1234 figure:nth-child(1) {
    height: 150px;
  }
}
.gallery.gallery_1234 figure:nth-child(2) {
  width: 100%;
  height: 500px;
  max-width: calc(25% - 10px);
}
@media screen and (max-width: 1023px) {
  .gallery.gallery_1234 figure:nth-child(2) {
    height: 200px;
    max-width: calc(50% - 5px);
    margin: 2px;
  }
}
@media screen and (max-width: 580px) {
  .gallery.gallery_1234 figure:nth-child(2) {
    height: 150px;
  }
}
.gallery.gallery_1234 figure:nth-child(3), .gallery.gallery_1234 figure:nth-child(4) {
  width: 100%;
  height: 245px;
  max-width: calc(25% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .gallery.gallery_1234 figure:nth-child(3), .gallery.gallery_1234 figure:nth-child(4) {
    height: 200px;
    max-width: calc(50% - 5px);
    margin: 2px 2px 10px;
  }
}
@media screen and (max-width: 580px) {
  .gallery.gallery_1234 figure:nth-child(3), .gallery.gallery_1234 figure:nth-child(4) {
    height: 150px;
  }
}
.gallery.gallery_12345 figure:nth-child(1) {
  width: 100%;
  height: 500px;
  max-width: 50%;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .gallery.gallery_12345 figure:nth-child(1) {
    height: 400px;
    max-width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 385px) {
  .gallery.gallery_12345 figure:nth-child(1) {
    height: 240px;
  }
}
.gallery.gallery_12345 figure:nth-child(2), .gallery.gallery_12345 figure:nth-child(4) {
  width: 100%;
  height: 245px;
  max-width: calc(25% - 12.5px);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .gallery.gallery_12345 figure:nth-child(2), .gallery.gallery_12345 figure:nth-child(4) {
    height: 150px;
    max-width: calc(25% - 10px);
    margin: 10px 5px;
  }
}
@media screen and (max-width: 580px) {
  .gallery.gallery_12345 figure:nth-child(2), .gallery.gallery_12345 figure:nth-child(4) {
    height: 100px;
  }
}
@media screen and (max-width: 385px) {
  .gallery.gallery_12345 figure:nth-child(2), .gallery.gallery_12345 figure:nth-child(4) {
    height: 60px;
  }
}
.gallery.gallery_12345 figure:nth-child(3), .gallery.gallery_12345 figure:nth-child(5) {
  width: 100%;
  height: 245px;
  max-width: calc(25% - 12.5px);
  margin-right: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .gallery.gallery_12345 figure:nth-child(3), .gallery.gallery_12345 figure:nth-child(5) {
    height: 150px;
    max-width: calc(25% - 10px);
    margin: 10px 5px;
  }
}
@media screen and (max-width: 580px) {
  .gallery.gallery_12345 figure:nth-child(3), .gallery.gallery_12345 figure:nth-child(5) {
    height: 100px;
  }
}
@media screen and (max-width: 385px) {
  .gallery.gallery_12345 figure:nth-child(3), .gallery.gallery_12345 figure:nth-child(5) {
    height: 60px;
  }
}
.gallery.gallery_12345 figure:nth-child(4), .gallery.gallery_12345 figure:nth-child(5) {
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .gallery.gallery_12345 figure:nth-child(4), .gallery.gallery_12345 figure:nth-child(5) {
    margin-bottom: 10px;
  }
}

.property_details {
  position: relative;
  display: block;
}
.property_details .single-price {
  position: relative;
  background-color: #f8f9fa;
  padding: 10px 22px;
  margin: 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 1023px) {
  .property_details .single-price {
    padding: 10px 15px;
  }
}
.property_details .single-price:before {
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: #00215d;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px 0 0 0px;
  -moz-border-radius: 4px 0 0 0px;
  -ms-border-radius: 4px 0 0 0px;
  -o-border-radius: 4px 0 0 0px;
  border-radius: 4px 0 0 0px;
}
.property_details .single-price .stateProp {
  position: relative;
  padding-right: 1vw;
}
.property_details .single-price .stateProp:last-child {
  padding-right: 0;
}
.property_details .single-price .stateProp p {
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin-bottom: 0;
}
.property_details .single-price .stateProp p.small {
  font-size: 15px;
  font-weight: 400;
  color: #00215d;
  margin-bottom: 0;
}

.property_features {
  background: #00215d;
  color: white;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-left: 20px;
  margin-top: -6px;
  margin-bottom: 30px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media screen and (max-width: 1023px) {
  .property_features {
    padding-top: 15px;
    margin-bottom: 10px;
  }
}
.property_features ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 580px) {
  .property_features ul {
    flex-wrap: wrap;
  }
}
.property_features ul li {
  padding-right: 30px;
}
.property_features ul li .features_details {
  display: flex;
  color: white;
}
.property_features ul li .features_details .icon_features {
  margin-right: 5px;
  -webkit-filter: brightness(2);
  -moz-filter: brightness(2);
  -ms-filter: brightness(2);
  -o-filter: brightness(2);
  filter: brightness(2);
}
.property_features ul li .features_details .icon_features:before {
  width: 18px;
  height: 100%;
  margin: auto;
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -ms-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  filter: brightness(0.8);
}
.property_features ul li .features_details .icon_features.icon_metro::before {
  background: url(https://masuiux.com/rtls-cdn/AgentePro_RT/icons/icon_metros.svg?v=0001);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.property_features ul li .features_details .icon_features.icon_room::before {
  background: url(https://masuiux.com/rtls-cdn/AgentePro_RT/icons/icon_hab.svg?v=0001);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.property_features ul li .features_details .icon_features.icon_parq::before {
  background: url(https://masuiux.com/rtls-cdn/AgentePro_RT/icons/icon_parq.svg?v=0001);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.property_features ul li .features_details .icon_features.icon_bath::before {
  background: url(https://masuiux.com/rtls-cdn/AgentePro_RT/icons/icon_bath.svg?v=0001);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.amenities_wrapper {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .amenities_wrapper {
    display: block;
  }
}
.amenities_wrapper .property_list_features {
  width: 100%;
  padding: 25px 20px;
  background: #f8f9fa;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.amenities_wrapper .property_list_features:first-child {
  margin-right: 10px;
}
.amenities_wrapper .property_list_features:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .amenities_wrapper .property_list_features:first-child, .amenities_wrapper .property_list_features:last-child {
    margin: 0px;
  }
}
.amenities_wrapper .property_list_features .title {
  font-size: 18px;
  color: #00215d;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 33, 93, 0.1);
}
.amenities_wrapper .property_list_features .listed_features {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.amenities_wrapper .property_list_features .listed_features .item_features {
  display: flex;
  align-items: center;
}
.amenities_wrapper .property_list_features .listed_features .item_features .material-icons {
  margin-right: 5px;
}

#accordionProperty .accordion-item * {
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}
#accordionProperty .accordion-item .accordion-button {
  color: #00215d;
  background-color: white;
}
#accordionProperty .accordion-item .accordion-button:focus {
  box-shadow: none;
}
#accordionProperty .accordion-item dl {
  padding: 10px;
  margin-bottom: 0px;
}
#accordionProperty .accordion-item dl dd {
  padding: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#accordionProperty .accordion-item dl dd:hover {
  border-color: #c10f1c;
}
#accordionProperty .accordion-item dl dd a {
  color: #00215d;
}
#accordionProperty .accordion-item dl dd a .price_list_options {
  color: #c10f1c;
}
#accordionProperty .accordion-item iframe {
  width: 100%;
  height: 320px;
  margin: 0;
}

.agent_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 1;
}
.agent_wrapper .agent_and_contact .property_info_request .title {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #00215d;
  margin-bottom: 10px;
}
.agent_wrapper .agent_and_contact .property_info_request .desc {
  font-size: 16px;
  color: #4a4a4a;
}
.agent_wrapper .agent_and_contact .property_info_request form {
  position: relative;
  background-color: #f8f9fa;
  padding: 25px 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

.single_blog .single_img {
  width: 100%;
  height: max-content;
  margin-bottom: 25px;
}
.single_blog .single_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single_blog .aside_blog {
  position: sticky;
  top: 70px;
}
.single_blog .aside_blog .title {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #00215d;
  margin-bottom: 10px;
}

.ebook-content .content_wrap .ebook_body .title {
  font-size: 22px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #00215d;
  margin-bottom: 20px;
}
.ebook-content .content_wrap .ebook_body .list_indice {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0;
}
.ebook-content .content_wrap .ebook_body .list_indice li {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.ebook-content .content_wrap .ebook_body .list_indice li .material-icons-outlined {
  padding-right: 6px;
  color: #c10f1c;
}
.ebook-content .content_wrap form .title {
  font-size: 22px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #00215d;
  margin-bottom: 20px;
}
.ebook-content .ebook_aside .download_type {
  border-top: 5px solid #00215d;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.ebook-content .ebook_aside .download_type .card-ebook {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ebook-content .ebook_aside .download_type .card-ebook .ebook_price {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fd4800;
  border-radius: 0px 0px 10px 0px;
}
.ebook-content .ebook_aside .download_type .card-ebook .ebook_price .price {
  font-size: 14px;
  color: white;
  padding: 5px 10px 5px 10px;
}
.ebook-content .ebook_aside .download_type .card-ebook .ebook_header .picture {
  width: 100%;
  height: 100%;
  margin: 0;
}
.ebook-content .ebook_aside .download_type .card-ebook .ebook_header .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ebook_box .ebook_box_body .ebook_box_img {
  width: 300px;
  height: 380px;
  margin: 0 auto 20px;
}
.ebook_box .ebook_box_body .ebook_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.ebook_box .ebook_box_body .title {
  font-size: 28px;
  text-align: center;
  color: #00215d;
  margin-bottom: 20px;
}

/* Paginate Styles */
.page-numbers {
  font-size: 16px;
  font-weight: 800;
  padding: 10px 14px;
  background: #0000;
  border: 1px solid #e5e5e5;
  color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  transition: ease-in all 0.3s;
}
.page-numbers:hover {
  color: gba(#00215d, 1);
  background-color: white;
}
.page-numbers.current {
  color: white;
  background-color: #00215d;
  border-color: #00215d;
}
.page-numbers.current:hover {
  color: gba(#00215d, 1);
  background-color: white;
}

footer p a {
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}

footer {
  padding: 20px 0;
  border-top: 3px solid #e5e5e5;
  background-color: #f8f9fa;
}
footer p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}
footer p a {
  color: #4a4a4a;
}
footer p a:hover {
  color: #c10f1c;
}
footer p .soyrotulus-logo {
  max-width: 34px;
}
