@charset "UTF-8";
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #242428;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  max-width: 100%;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

.container {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-small {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-small {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-small {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 990px;
  }
}

p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 0;
  color: #242428;
}
p b {
  font-weight: bold;
}
p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}
@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}

.row.row-small > [class^=col-],
.row.row-small > [class*=" col-"] {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.row.row-big {
  margin-right: -2.1rem;
  margin-left: -2.1rem;
}
@media only screen and (max-width: 991px) {
  .row.row-big {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 2.1rem;
  padding-left: 2.1rem;
}
@media only screen and (max-width: 991px) {
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-big.c-modelos {
  margin-right: -1.3rem;
  margin-left: -1.3rem;
}
@media only screen and (max-width: 991px) {
  .row.row-big.c-modelos {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.row.row-big.c-modelos > [class^=col-],
.row.row-big.c-modelos > [class*=" col-"] {
  padding-right: 1.3rem;
  padding-left: 1.3rem;
}
@media only screen and (max-width: 991px) {
  .row.row-big.c-modelos > [class^=col-],
  .row.row-big.c-modelos > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.img-full {
  width: 100%;
}

@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 rgba(0, 0, 0, 0);
  animation: l1 1s infinite;
}

@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease;
  align-items: center;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
}
.loading.visible {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.loading img {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .loading img {
    width: 100px;
  }
}

@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Black.woff2") format("woff2"), url("fonts/Bogle-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Bold.woff2") format("woff2"), url("fonts/Bogle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Regular.woff2") format("woff2"), url("fonts/Bogle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn-primary {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff6f57;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
  border: none;
}
.btn-primary img {
  margin-right: 0.625rem;
}
.btn-primary:hover {
  background: rgb(255, 89.1428571429, 61.5);
  box-shadow: none;
}
.btn-primary:active {
  background: rgb(255, 89.1428571429, 61.5);
  outline: none;
  box-shadow: none;
  border: none;
}
.btn-primary:focus {
  background: rgb(255, 89.1428571429, 61.5);
  outline: none;
  box-shadow: none;
}
.btn-primary.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}

.btn-gris {
  font-size: 1rem;
  font-weight: 700;
  color: #ff6f57;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ECEDED;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
  border: none;
}
.btn-gris img {
  margin-right: 0.625rem;
}
.btn-gris:hover {
  background: rgb(222.9054054054, 224.5945945946, 224.5945945946);
  box-shadow: none;
}
.btn-gris:active {
  background: rgb(222.9054054054, 224.5945945946, 224.5945945946);
  outline: none;
  box-shadow: none;
  border: none;
}
.btn-gris:focus {
  background: rgb(222.9054054054, 224.5945945946, 224.5945945946);
  outline: none;
  box-shadow: none;
}

.btn-secondary {
  font-size: 1rem;
  font-weight: 700;
  color: #ff6f57;
  border: 1px solid #ff6f57;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}
.btn-secondary img {
  margin-right: 0.625rem;
}
.btn-secondary:hover {
  border-color: rgb(255, 89.1428571429, 61.5);
  color: rgb(255, 89.1428571429, 61.5);
  background: transparent;
  box-shadow: none;
}
.btn-secondary:active {
  border-color: rgb(255, 89.1428571429, 61.5);
  color: rgb(255, 89.1428571429, 61.5);
  background: transparent;
  outline: none;
  box-shadow: none;
}
.btn-secondary:focus {
  border-color: rgb(255, 89.1428571429, 61.5);
  color: rgb(255, 89.1428571429, 61.5);
  background: transparent;
  outline: none;
  box-shadow: none;
}

.btn-green {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #07cdad;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}
.btn-green img {
  margin-right: 0.625rem;
}
.btn-green:hover {
  background: #004838;
  color: #fff;
  box-shadow: none;
}
.btn-green:active {
  background: #004838;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.btn-green:focus {
  background: #004838;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-green-borde {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #07cdad;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}
.btn-green-borde img {
  margin-right: 0.625rem;
}
.btn-green-borde:hover {
  background: #004838;
  color: #fff;
  box-shadow: none;
}
.btn-green-borde:active {
  background: #004838;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.btn-green-borde:focus {
  background: #004838;
  color: #fff;
  outline: none;
  box-shadow: none;
}

input:active {
  outline: none;
  box-shadow: none;
  border: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
input:checked {
  box-shadow: none;
  border: none;
}

.form-check-input:focus {
  outline: none;
  box-shadow: none;
}

.carrusel {
  position: relative;
}
.carrusel.con-nav {
  padding: 0;
}
.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}
.carrusel .tns-nav button {
  width: 32px;
  height: 32px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 8px;
  background: #ff6f57;
  padding: 0;
}
.carrusel.gris button {
  border-color: #E3E1E6;
  background: #E3E1E6;
}
.carrusel.gris button.tns-nav-active {
  background: #2E2F31;
  border-color: #2E2F31;
}
.carrusel.blanco button {
  border-color: #D9D9D9;
  background: #D9D9D9;
}
.carrusel.blanco button.tns-nav-active {
  background: #fff;
  border-color: #fff;
}
.carrusel.azul button {
  background: transparent;
}
.carrusel.azul button.tns-nav-active {
  background: #0DC0FF;
  border-color: #0DC0FF;
}
.carrusel .tns-controls button {
  background: #ff6f57;
  border-radius: 50%;
  font-size: 0;
  width: 32px;
  height: 32px;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 1px 0 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.carrusel .tns-controls button:first-child {
  left: 10px;
  padding-left: 3px;
}
.carrusel .tns-controls button:last-child {
  right: 10px;
  padding-right: 3px;
}
.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.carrusel .tns-controls button:first-child:after {
  content: "\f053";
  padding-right: 4px;
}
.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}
.carrusel .tns-controls button:hover {
  opacity: 0.85;
}
.carrusel .tns-controls {
  display: none;
}
.carrusel.verde .tns-controls {
  display: block;
}
.carrusel.verde .tns-controls button {
  background: #004838;
  transform: translateY(-44px);
}
.carrusel.verde .tns-controls button:after {
  color: #07cdad;
}
.carrusel.verde .tns-controls button:first-child {
  left: -5px;
}
.carrusel.verde .tns-controls button:last-child {
  right: -5px;
}
.carrusel.verde .tns-nav button {
  width: 12px;
  height: 12px;
  background: #004838;
  margin: 0 3px;
  border: none;
}
.carrusel.verde .tns-nav button.tns-nav-active {
  background: #07cdad;
  border: none;
}
.carrusel.con-nav .tns-controls {
  display: block;
}
.c-movil {
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

header {
  position: relative;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #ff6f57;
}
@media only screen and (max-width: 1920px) {
  header:before {
    width: 20%;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
header .header-logo {
  background: #ff6f57;
  padding: 9px 60px 9px 0;
}
header .header-logo .logo img {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  header .header-logo .logo img {
    width: 145px;
  }
}
header .header-menu {
  display: flex;
  align-items: center;
}
header .header-menu nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  margin: 0;
}
header .header-menu nav ul li {
  margin-left: 35px;
}
header .header-menu nav ul li a {
  color: #242428;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
header .header-menu nav ul li a:after {
  content: "";
  width: 0%;
  background: #ff6f57;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s ease;
}
header .header-menu nav ul li a:hover {
  color: #ff6f57;
}
header .header-menu nav ul li a:hover:after {
  width: 100%;
}
header .header-menu nav ul li a.btn-proyectos {
  background: #07cdad;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 116px;
}
header .header-menu nav ul li a.btn-proyectos:hover:after {
  width: 0;
}
header .header-menu nav ul li.btn-empresas {
  padding-left: 35px;
  border-left: 2px solid #004838;
}
header .header-menu nav ul li.btn-empresas a {
  color: #004838;
  background: transparent;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  header .header-menu nav {
    display: none;
  }
}
header .header-menu .redes {
  display: flex;
}
@media only screen and (max-width: 991px) {
  header .header-menu .redes {
    display: none;
  }
}
header .header-menu .redes a {
  color: #004838;
  display: block;
  margin-left: 25px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
header .header-menu .redes a:hover {
  color: #07cdad;
}
header .btn-menu {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media only screen and (max-width: 991px) {
  header .btn-menu {
    display: inline-block;
    z-index: 10;
    cursor: pointer;
  }
}
header .btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #000F7B;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  border-radius: 5px;
}
header .btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
header .btn-menu.open span:nth-child(2) {
  opacity: 0;
}
header .btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-7px, -4px);
}
header .header-mobile {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
header .header-mobile.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header .header-mobile__close {
  padding: 25px 20px;
  text-align: right;
}
header .header-mobile .w-header-mobile {
  background: #ECEDED;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
header .header-mobile .w-header-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-mobile .w-header-mobile ul li {
  margin-bottom: 18px;
}
header .header-mobile .w-header-mobile ul li a {
  font-size: 22px;
  color: #242428;
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
}
header .header-mobile .w-header-mobile .w-header-mobile__footer .btn-header-mobile a {
  background: #004838;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}
header .header-mobile .w-header-mobile .w-header-mobile__footer .redes {
  text-align: center;
  padding: 25px 0 0;
}
header .header-mobile .w-header-mobile .w-header-mobile__footer .redes a {
  color: #004838;
  font-size: 1.6rem;
  margin: 0 5px;
}

.slider-home {
  background: #07cdad;
  max-height: calc(100vh - 80px);
  min-height: 520px;
}
@media only screen and (max-width: 991px) {
  .slider-home {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .slider-home {
    padding-top: 0px;
    min-height: 400px;
  }
}
.slider-home img {
  width: 100%;
  max-height: 85vh;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .slider-home img {
    height: 430px;
  }
}
.slider-home .item {
  position: relative;
}
.slider-home .item-slide {
  padding-bottom: 120px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .slider-home .item-slide {
    padding-bottom: 40px;
  }
}
.slider-home .item-slide .container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .slider-home .item-slide .container {
    flex-direction: column;
  }
}
.slider-home .item-slide__img {
  width: 50%;
  padding: 20px 47px 40px;
}
@media only screen and (max-width: 768px) {
  .slider-home .item-slide__img {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .slider-home .item-slide__img img {
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
}
.slider-home .item-slide__txt {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .slider-home .item-slide__txt {
    width: 100%;
    text-align: center;
  }
}
.slider-home .item-slide__txt h2 {
  position: relative;
  max-width: 100%;
  left: auto;
  right: auto;
  top: auto;
  transform: translateY(-15%);
  line-height: 1.2;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .slider-home .item-slide__txt h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 550px) {
  .slider-home .item-slide__txt h2 {
    font-size: 1.5rem;
  }
}
.slider-home .item-slide__txt a {
  background: #fff;
  color: #FF6301;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  display: inline-block;
  padding: 0.4rem 1rem 0.7rem;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .slider-home .item-slide__txt a {
    font-size: 1.5rem;
  }
}
.slider-home h2 {
  position: absolute;
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  top: 40%;
  transform: translateY(-50%);
  left: 50%;
  z-index: 10;
  width: 600px;
  max-width: 50%;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .slider-home h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-home h2 {
    font-size: 46px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-home h2 {
    font-size: 30px;
    left: auto;
    max-width: 100%;
    padding: 0;
    top: auto;
  }
}
.slider-home .carrusel .tns-controls {
  display: block;
}
.slider-home .carrusel .tns-controls button {
  transform: translateY(-50%);
}
.slider-home .carrusel .tns-controls button:first-child {
  left: 20px;
}
.slider-home .carrusel .tns-controls button:last-child {
  right: 20px;
}
.slider-home .carrusel .tns-nav {
  bottom: 160px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.slider-home .carrusel .tns-nav button.tns-nav-active {
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .slider-home .carrusel .tns-nav {
    bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-home .carrusel .tns-nav {
    bottom: 15px;
  }
}

.bajada {
  padding: 45px 0;
  position: relative;
  background: #fff;
}
.bajada h1 {
  font-size: 2.875rem;
  margin: 0 auto 0;
  color: #242428;
  font-weight: 200;
  max-width: 750px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bajada h1 {
    font-size: 2.35rem;
    line-height: 1.2;
  }
}
.bajada .flecha-bajada {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0px 24px;
  border-color: #EFCF3A transparent transparent transparent;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.buscador-home {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .buscador-home {
    margin-top: -6px;
    border-radius: 8px 8px 0 0;
    background: #fff;
  }
}
.buscador-home .w-buscador {
  width: 950px;
  min-height: 116px;
  height: auto;
  max-width: 100%;
  margin: -116px auto 0;
  background: #fff;
  border-radius: 4px 4px 0 0;
  padding: 15px 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .buscador-home .w-buscador {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .buscador-home .w-buscador {
    flex-direction: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.buscador-home .w-buscador .form-groups {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .buscador-home .w-buscador .form-groups {
    flex-grow: 1;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .buscador-home .w-buscador .form-groups {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .buscador-home .w-buscador .form-groups {
    flex-direction: column;
    padding-right: 0;
  }
  .buscador-home .w-buscador .form-groups .form-group {
    margin-bottom: 15px;
  }
}
.buscador-home .w-buscador .form-group.form-comuna {
  width: 450px;
}
@media only screen and (max-width: 991px) {
  .buscador-home .w-buscador .form-group.form-comuna {
    width: auto;
    flex-grow: 1;
  }
}
.buscador-home .w-buscador .form-group.form-comuna .choices__inner {
  min-height: 50px;
  height: auto;
  border-radius: 4px;
  padding-top: 9px;
  overflow: auto;
  max-height: 80px;
}
.buscador-home .w-buscador .form-group.form-comuna .choices__list--multiple .choices__item {
  background: #DADCDE;
  border-radius: 100px;
  border: none;
  color: #242428;
  font-size: 0.875rem;
}
.buscador-home .w-buscador .form-group.form-comuna .choices__button {
  border: none;
  margin-left: 0px;
}
.buscador-home .w-buscador .form-group.form-tipo {
  width: 175px;
  margin-left: 10px;
  opacity: 1;
}
.buscador-home .w-buscador .form-group.form-tipo .nice-select {
  min-height: 50px;
  padding-top: 5px;
  width: 100%;
  padding-left: 14px;
}
@media only screen and (max-width: 640px) {
  .buscador-home .w-buscador .form-group.form-tipo {
    margin-left: 0;
    width: 100%;
  }
}
.buscador-home .w-buscador .nice-select-dropdown {
  min-width: 170px;
}
.buscador-home .w-buscador .botones {
  display: flex;
  align-items: flex-end;
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  .buscador-home .w-buscador .botones {
    justify-content: center;
    width: 100%;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .buscador-home .w-buscador .botones {
    justify-content: space-between;
  }
}
.buscador-home .w-buscador .botones .btn-primary {
  width: 94px;
}
@media only screen and (max-width: 550px) {
  .buscador-home .w-buscador .botones .btn-primary {
    width: 48%;
  }
}
.buscador-home .w-buscador .botones .btn-primary img {
  margin-right: 6px;
}
.buscador-home .w-buscador .botones .btn-secondary {
  width: 166px;
  padding: 15px 12px;
  margin-left: 10px;
}
@media only screen and (max-width: 550px) {
  .buscador-home .w-buscador .botones .btn-secondary {
    margin-left: 5px;
    width: 49%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.buscador-home .w-buscador .botones .btn-secondary img {
  margin-right: 6px;
}

.choices__inner {
  background: #fff;
}

.video {
  padding: 45px 0;
}
.video .w-video {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
}
.video .w-video img {
  width: 100%;
}

.texto-home {
  padding-bottom: 45px;
}
.texto-home .w-texto-home {
  text-align: center;
}
.texto-home .w-texto-home h3 {
  font-size: 2.875rem;
  border-bottom: 2px solid #EFCF3A;
  padding: 15px 0;
  display: inline-block;
  margin-bottom: 40px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .texto-home .w-texto-home h3 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 200;
  }
}
.texto-home .w-texto-home p {
  font-size: 2.375rem;
  line-height: 46px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .texto-home .w-texto-home p {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.caracteristica-home {
  background: #ECEDED;
  padding: 75px 0;
}
@media only screen and (max-width: 991px) {
  .caracteristica-home {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .caracteristica-home {
    padding: 25px 0;
  }
}
.caracteristica-home .item-caracteristica {
  display: flex;
  align-items: flex-start;
  padding-right: 5px;
}
@media only screen and (max-width: 991px) {
  .caracteristica-home .item-caracteristica {
    margin-bottom: 2rem;
  }
}
.caracteristica-home .item-caracteristica img {
  margin-right: 15px;
}
.caracteristica-home .item-caracteristica p {
  color: #004838;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .caracteristica-home .item-caracteristica p br {
    display: none;
  }
}

.propiedades-home {
  padding: 45px 0;
  text-align: center;
}
.propiedades-home h2 {
  font-size: 2.875rem;
  border-bottom: 2px solid #EFCF3A;
  padding: 15px 0;
  display: inline-block;
  margin: 0 auto 60px;
  text-align: center;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .propiedades-home h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 200;
  }
}
.propiedades-home .texto-abajo {
  margin-top: 10px;
}
.propiedades-home .texto-abajo p {
  color: #242428;
  font-size: 1.5rem;
  font-weight: 300;
}
.propiedades-home .carrusel {
  padding: 0 18px 18px;
}
.propiedades-home .carrusel .tns-ovh {
  padding-right: 154px;
}
@media only screen and (max-width: 991px) {
  .propiedades-home .carrusel .tns-ovh {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 550px) {
  .propiedades-home .carrusel .tns-ovh {
    padding-right: 0px;
  }
}
.propiedades-home .card-proyecto__img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.propiedades-home .card-proyecto__img .carrusel {
  padding: 0;
}
.propiedades-home .card-proyecto__img .carrusel-card .tns-ovh {
  padding-right: 0;
}
.propiedades-home .card-proyecto__img .carrusel-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.propiedades-home .card-proyecto__img .carrusel-card .tns-controls button {
  background: #DD6D55;
  transform: translateY(-50%);
}
.propiedades-home .card-proyecto__img .carrusel-card .tns-controls button:after {
  color: #fff;
}
.propiedades-home .card-proyecto__img .carrusel-card .tns-controls button:first-child {
  left: 10px;
}
.propiedades-home .card-proyecto__img .carrusel-card .tns-controls button:last-child {
  right: 10px;
}
.propiedades-home .card-proyecto {
  width: 100%;
  text-align: left;
}
.propiedades-home .card-proyecto .card-proyecto__img img {
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}
.propiedades-home .card-proyecto .propiedades {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.propiedades-home .card-proyecto .tags {
  min-height: 30px;
}
.propiedades-home .card-proyecto .botones a {
  width: 100%;
}

.w-video-img {
  max-width: 1050px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.w-video-img iframe {
  vertical-align: bottom;
}

.que-es {
  padding: 45px 0;
  background: #07cdad;
  text-align: center;
}
.que-es h2 {
  font-size: 2.875rem;
  border-bottom: 2px solid #fff;
  padding: 20px 0;
  display: inline-block;
  margin: 0 auto 75px;
  text-align: center;
  color: #fff;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .que-es h2 {
    font-size: 38px;
    line-height: 1.2;
  }
}
.que-es__content {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .que-es__content {
    flex-direction: column;
    align-items: center;
  }
}
.que-es__content .que-es__img {
  width: 255px;
  min-width: 255px;
}
.que-es__content .que-es__img img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .que-es__content .que-es__img {
    margin-bottom: 2rem;
  }
}
.que-es__content .que-es__txt {
  text-align: left;
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  .que-es__content .que-es__txt {
    padding-left: 0;
  }
}
.que-es__content .que-es__txt p {
  font-size: 2.375rem;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .que-es__content .que-es__txt p {
    font-size: 38px;
  }
}
.que-es__content .que-es__txt a {
  font-weight: 300;
  color: #fff;
  font-size: 2.375rem;
  text-decoration: underline;
}

.testimonios-home {
  text-align: center;
  padding: 45px 0;
}
.testimonios-home h2 {
  font-size: 2.875rem;
  border-bottom: 2px solid #EFCF3A;
  padding: 20px 0;
  display: inline-block;
  margin: 0 auto 60px;
  text-align: center;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .testimonios-home h2 {
    font-size: 38px;
    line-height: 1.2;
  }
}
.testimonios-home .carrusel {
  padding: 0 15px;
}
.testimonios-home .carrusel .tns-outer {
  overflow: hidden;
}
.testimonios-home .carrusel .tns-ovh {
  margin-right: -140px;
}
@media only screen and (max-width: 640px) {
  .testimonios-home .carrusel .tns-ovh {
    margin-right: 0;
  }
}
.testimonios-home .card-test {
  border: 1px solid #DADCDE;
  border-radius: 8px;
  padding: 25px;
  text-align: left;
  min-height: 275px;
}
.testimonios-home .card-test .autor {
  font-size: 1.5rem;
  font-weight: 400;
  color: #242428;
  margin-bottom: 15px;
}
.testimonios-home .card-test p {
  font-size: 18px;
  line-height: 28px;
}
.testimonios-home .card-test .compra {
  font-size: 0.875rem;
  color: #97A1A6;
}
.testimonios-home .card-test .compra img {
  margin-left: 5px;
}

.agenda {
  padding: 45px 0;
}
.agenda .container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .agenda .container {
    flex-direction: column;
  }
}
.agenda__img {
  width: 56%;
  min-width: 56%;
}
.agenda__img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .agenda__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
  }
}
.agenda__content {
  width: 44%;
  min-width: 44%;
  padding-left: 56px;
}
@media only screen and (max-width: 768px) {
  .agenda__content {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.agenda__content h3 {
  font-size: 2.375rem;
  color: #004838;
  margin: 0 0 24px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .agenda__content h3 {
    font-size: 38px;
    line-height: 1.2;
  }
}
.agenda__content p {
  color: #5A5B63;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 25px;
}
.agenda__content .boton {
  border-radius: 8px;
  background: #ECEDED;
  padding: 15px;
}
.agenda__content .boton a {
  width: 100%;
}

.propiedades-home .card-proyecto-mapa.card-relative.v2 {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
.propiedades-home .card-proyecto__img {
  height: 220px;
  text-align: center;
}
.propiedades-home .card-proyecto__img img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
}
.propiedades-home .tags {
  min-height: 30px;
}

.titulo-header {
  text-align: center;
  padding: 45px 0;
}
.titulo-header .w-titulo-header {
  max-width: 830px;
  margin: 0 auto;
}
.titulo-header h1 {
  font-size: 3.625rem;
  color: #ff6f57;
  margin: 0 0 1rem;
  font-weight: 400;
}
.titulo-header h1 span {
  display: block;
  color: #004838;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .titulo-header h1 {
    font-size: 2.6rem;
    line-height: 1.1;
  }
}
.titulo-header p {
  color: #5A5B63;
  font-size: 1rem;
  line-height: 27px;
}

.mision {
  padding: 50px 0 0px;
}
@media only screen and (max-width: 768px) {
  .mision {
    margin-bottom: 10px;
  }
}
.mision .container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .mision .container {
    flex-direction: column;
  }
}
.mision__img {
  width: 42%;
  min-width: 42%;
  padding: 25px;
}
@media only screen and (max-width: 991px) {
  .mision__img {
    width: 100%;
    min-width: 100%;
    padding: 0 0 25px;
  }
}
.mision__img img {
  width: 100%;
}
.mision__txt {
  width: 58%;
  min-width: 58%;
  padding: 25px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .mision__txt {
    width: 100%;
    min-width: 100%;
    padding: 0 0 25px;
  }
}
.mision__txt h5 {
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ff6f57;
}
.mision__txt p {
  font-size: 1.5rem;
  color: #5A5B63;
  line-height: 1.22;
  font-weight: 300;
}
.mision.v2 {
  padding-top: 0px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .mision.v2 {
    padding-bottom: 0;
  }
}
.mision.v2 .container {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .mision.v2 .container {
    flex-direction: column;
  }
}
.mision.v2 .mision__txt {
  text-align: right;
  padding-right: 25px;
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .mision.v2 .mision__txt {
    width: 100%;
    min-width: 100%;
    padding: 0 0 25px;
    text-align: left;
  }
}

.promesas {
  padding: 45px 0;
}
.promesas .row {
  align-items: center;
}
.promesas__img {
  padding-right: 0.9rem;
}
.promesas__img img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .promesas__img {
    margin-bottom: 15px;
  }
}
.promesas p {
  font-size: 1rem;
  color: #004838;
  line-height: 1.7rem;
}

.t-2 {
  color: #004838;
  font-size: 2.875rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
  line-height: 3.4rem;
}
.t-2.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .t-2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

.t-3 {
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ff6f57;
}

p.p {
  font-size: 1rem;
  line-height: 1.68rem;
  color: #5A5B63;
}

.texto-nosotros {
  background: #07cdad;
  text-align: center;
  padding: 45px 0;
}
.texto-nosotros .w-texto-nosotros {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}
.texto-nosotros p {
  font-size: 3.625rem;
  line-height: 70px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.texto-nosotros p span {
  color: #004838;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .texto-nosotros p {
    font-size: 38px;
    line-height: 1.2;
  }
}

.director {
  padding: 45px 0;
}
.director .container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .director .container {
    flex-direction: column-reverse;
  }
}
.director__testimonio {
  text-align: left;
}
.director__testimonio img {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .director__testimonio img.ic-director {
    display: none;
  }
}
.director__testimonio .testimonio__txt {
  position: relative;
  padding: 0 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .director__testimonio .testimonio__txt {
    padding: 0 35px;
  }
}
.director__testimonio .testimonio__txt .quote-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .director__testimonio .testimonio__txt .quote-1 {
    width: 30px;
  }
}
.director__testimonio .testimonio__txt .quote-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .director__testimonio .testimonio__txt .quote-2 {
    width: 30px;
  }
}
.director__testimonio .testimonio__txt p {
  font-size: 1.5rem;
  color: #004838;
  font-weight: 400;
  line-height: 1.8rem;
}
.director__testimonio .autor {
  font-size: 1rem;
  color: #004838;
  text-align: center;
}
.director__img {
  width: 50%;
  min-width: 50%;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .director__img {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
.director__img img {
  width: 100%;
}

.evaluamos {
  padding: 75px 0 45px;
}
@media only screen and (max-width: 991px) {
  .evaluamos {
    padding-top: 50px;
  }
}
.evaluamos .container {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .evaluamos .container {
    flex-direction: column;
  }
}
.evaluamos__txt {
  width: 42%;
  min-width: 42%;
  padding-right: 110px;
}
@media only screen and (max-width: 991px) {
  .evaluamos__txt {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.evaluamos__txt .t-2 {
  margin-bottom: 1rem;
}
.evaluamos__cards {
  width: 58%;
  min-width: 58%;
}
@media only screen and (max-width: 991px) {
  .evaluamos__cards {
    width: 100%;
    min-width: 100%;
  }
}
.evaluamos__cards .card-ev {
  background: #004838;
  padding: 25px;
  height: 350px;
  margin-bottom: 25px;
}
.evaluamos__cards .card-ev__ic {
  margin-bottom: 0.7rem;
}
.evaluamos__cards .card-ev h4 {
  color: #07cdad;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
}
.evaluamos__cards .card-ev p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
}
.evaluamos__cards .card-ev.color-1 {
  background: #004838;
}
.evaluamos__cards .card-ev.color-1 h4 {
  color: #fff;
}
.evaluamos__cards .card-ev.color-2 {
  background: #f7cd3d;
}
.evaluamos__cards .card-ev.color-2 h4 {
  color: #004838;
}
.evaluamos__cards .card-ev.color-2 p {
  color: #004838;
}
.evaluamos__cards .card-ev.color-3 {
  background: #ff6f57;
}
.evaluamos__cards .card-ev.color-3 h4 {
  color: #004838;
}
.evaluamos__cards .card-ev.color-3 p {
  color: #004838;
}
.evaluamos__cards .card-ev.color-4 {
  background: #07cdad;
}
.evaluamos__cards .card-ev.color-4 h4 {
  color: #004838;
}
.evaluamos__cards .card-ev.color-4 p {
  color: #004838;
}

.empresa-certificada {
  background: #ECEDED;
  padding: 75px 0;
}
.empresa-certificada h2 {
  width: 50%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .empresa-certificada h2 {
    width: 100%;
  }
}
.empresa-certificada .card-certificada {
  border: 1px solid #DADCDE;
  padding: 25px;
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
}
.empresa-certificada .card-certificada__ic {
  margin-bottom: 15px;
}
.empresa-certificada .card-certificada p {
  font-size: 1.5rem;
  line-height: 1.83rem;
  color: #5A5B63;
  margin-bottom: 0;
}

.sabias-que {
  padding: 45px 0 0;
  background: #07cdad;
}
.sabias-que .row {
  align-items: flex-end;
}
.sabias-que__txt {
  padding-right: 50px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .sabias-que__txt {
    padding-right: 0;
  }
}
.sabias-que p {
  font-size: 2.875rem;
  color: #004838;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .sabias-que p {
    font-size: 2.4rem;
  }
}
.sabias-que img {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .sabias-que {
    padding-right: 0;
  }
  .sabias-que p {
    font-size: 2.4rem;
  }
}

.clientes-dicen {
  padding: 75px 0;
}
.clientes-dicen .t-2 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .clientes-dicen .t-2 {
    margin-bottom: 50px;
  }
}
.clientes-dicen .carrusel .tns-ovh {
  padding-right: 100px;
}
@media only screen and (max-width: 640px) {
  .clientes-dicen .carrusel .tns-ovh {
    padding-right: 0;
  }
}
.clientes-dicen .card-cliente-cert__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.clientes-dicen .card-cliente-cert__img:hover .hover-cliente {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.clientes-dicen .card-cliente-cert img {
  width: 100%;
  margin-bottom: 0rem;
  vertical-align: bottom;
}
.clientes-dicen .card-cliente-cert p {
  color: #5A5B63;
  font-size: 1rem;
}
.clientes-dicen .card-cliente-cert .hover-cliente {
  top: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #07cdad;
  color: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.clientes-dicen .card-cliente-cert .hover-cliente img {
  width: 25px;
  height: auto;
  margin-bottom: 5px;
}
.clientes-dicen .card-cliente-cert .hover-cliente p {
  color: #fff;
  line-height: 1.5;
}

.card-inmobiliaria {
  text-align: center;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-inmobiliaria__img {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-inmobiliaria__valoracion p {
  color: #97A1A6;
  font-size: 0.875rem;
}
.card-inmobiliaria__proyectos p {
  font-size: 0.875rem;
  color: #242428;
}
.card-inmobiliaria__proyectos img {
  width: 18px;
  margin-left: 5px;
}
.card-inmobiliaria__proyectos img:first-child {
  margin-left: 10px;
}

.acerca-detalle {
  padding: 75px 0 45px;
}
@media only screen and (max-width: 768px) {
  .acerca-detalle {
    padding-bottom: 25px;
    padding-top: 40px !important;
  }
}
.acerca-detalle .datos-inmobiliaria {
  width: 300px;
  min-width: 300px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .acerca-detalle .datos-inmobiliaria {
    margin: 0 auto;
    text-align: center;
  }
}
.acerca-detalle .datos-inmobiliaria .w-datos {
  text-align: center;
  display: inline-block;
}
.acerca-detalle .acerca__content {
  align-items: flex-start;
}
.acerca-detalle .acerca__content .logo-inmobiliaria {
  margin: 0;
}
.acerca-detalle .acerca__content .logo-inmobiliaria img {
  max-width: 180px;
}
.acerca-detalle .acerca__content .acerca-detalle__txt .cifras .item-cifra {
  padding-bottom: 10px;
}
.acerca-detalle .acerca__content .acerca-detalle__txt .cifras .item-cifra .valor {
  color: #242428;
}
.acerca-detalle .acerca__content .acerca-detalle__txt .cifras .item-cifra:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 640px) {
  .acerca-detalle .acerca__content .acerca-detalle__txt .cifras .item-cifra:first-child {
    padding-left: 10px;
  }
}
.acerca-detalle .acerca__content .acerca-detalle__txt .cifras .item-cifra:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 640px) {
  .acerca-detalle .acerca__content .acerca-detalle__txt .cifras .item-cifra:last-child {
    padding-right: 10px;
  }
}
.acerca-detalle .acerca__content .informacion-inmobiliaria {
  margin-top: 25px;
}
.acerca-detalle .acerca__content .informacion-inmobiliaria h3 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #242428;
}
.acerca-detalle .acerca__content .informacion-inmobiliaria h4 {
  font-size: 1rem;
  font-weight: 700;
}
.acerca-detalle .acerca__content .informacion-inmobiliaria h4 img {
  width: 25px;
  margin-left: 3px;
}
.acerca-detalle .acerca__content .informacion-inmobiliaria h4 img:first-child {
  margin-left: 10px;
}
.acerca-detalle .acerca__content .informacion-inmobiliaria p {
  line-height: 19.5px;
}

.proyectos-inmobiliaria {
  padding: 25px 0;
}
.proyectos-inmobiliaria__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .proyectos-inmobiliaria__header {
    display: block;
    margin-bottom: 0px;
  }
}
.proyectos-inmobiliaria__header h2 {
  font-size: 2.375rem;
  margin: 0 0 5px;
  font-weight: 700;
}
.proyectos-inmobiliaria__header p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .proyectos-inmobiliaria__header p {
    margin-bottom: 25px;
  }
}
.proyectos-inmobiliaria .card-proyecto-mapa {
  margin-bottom: 40px;
  width: 250px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .proyectos-inmobiliaria .card-proyecto-mapa.card-relative {
    width: 100%;
  }
}
.proyectos-inmobiliaria .card-proyecto-mapa .tipo {
  color: #97A1A6;
  font-size: 0.875rem;
  line-height: 1.2;
}
.proyectos-inmobiliaria .card-proyecto-mapa .direccion {
  font-weight: 300;
}
.proyectos-inmobiliaria .card-proyecto-mapa .propiedades {
  margin-bottom: 15px;
}
.proyectos-inmobiliaria .card-proyecto-mapa .precio-clp {
  font-size: 11px;
  color: #97A1A6;
}
.proyectos-inmobiliaria .card-proyecto-mapa .card-proyecto__action {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px;
}

.blog {
  padding: 45px 0;
}

.card-blog {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .card-blog {
    flex-direction: column;
  }
}
.card-blog__img {
  width: 410px;
  min-width: 410px;
}
.card-blog__img img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .card-blog__img {
    width: 300px;
    min-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .card-blog__img {
    width: 100%;
    min-width: 100%;
  }
}
.card-blog__content {
  padding-left: 25px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .card-blog__content {
    padding-left: 0;
  }
}
.card-blog__content .meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .card-blog__content .meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card-blog__content .meta .fecha {
  font-size: 1rem;
  color: #5A5B63;
}
.card-blog__content .meta .categorias {
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .card-blog__content .meta .categorias {
    margin-left: 0;
    margin-top: 5px;
  }
}
.card-blog__content .meta .categorias a {
  font-size: 1rem;
  font-weight: 400;
  color: #ff6f57;
  display: inline-block;
  border-left: 1px solid #E5E5E5;
  line-height: 1;
  padding: 2px 10px;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .card-blog__content .meta .categorias a:first-child {
    border: none;
    padding-left: 0;
  }
}
.card-blog__content h3 a {
  color: #004838;
  font-weight: 400;
  text-decoration: none;
}
.card-blog__content h3 a:hover {
  color: #ff6f57;
}
.card-blog__content p {
  color: #5A5B63;
  line-height: 27px;
  font-weight: 400;
}
.card-blog__content a {
  color: #ff6f57;
  text-decoration: underline;
  font-weight: 700;
}

.paginador {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginador .pag-nav {
  color: #ff6f57;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginador .pag-item {
  width: 26px;
  height: 26px;
  background: #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6f57;
  font-size: 1.2rem;
  margin: 0 5px;
}
.paginador .pag-item.current {
  background: #ff6f57;
  color: #fff;
}

.contacto {
  padding: 75px 0;
}
.contacto .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .contacto .container {
    flex-direction: column;
  }
}
.contacto__izq {
  width: 450px;
  min-width: 450px;
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .contacto__izq {
    width: 100%;
    min-width: 100%;
    margin-bottom: 45px;
  }
}
.contacto__izq h1 {
  font-size: 3.625rem;
  color: #ff6f57;
  margin: 0 0 0.5rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .contacto__izq h1 {
    font-size: 2.8rem;
  }
}
.contacto__izq h1 span {
  display: block;
  color: #004838;
  font-weight: normal;
  margin-bottom: 0.4rem;
}
.contacto__izq p {
  font-size: 1.5rem;
  color: #5A5B63;
  margin-bottom: 1.5rem;
}
.contacto__izq .redes a {
  color: #07cdad;
  display: inline-block;
  margin-right: 0.6rem;
  font-size: 1.15rem;
}
.contacto__izq .redes a:hover {
  color: #004838;
}
.contacto__der {
  width: 710px;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .contacto__der {
    width: 100%;
    min-width: 100%;
  }
}
.contacto__der button {
  border: none;
  width: 245px;
}
.contacto__der .form-contacto label {
  margin-bottom: 0;
}
.contacto__der .form-contacto .my-3 {
  margin-top: 0 !important;
  margin-bottom: 0.8rem !important;
}

.form-contacto label {
  display: block;
  color: #242428;
}
.form-contacto input {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 50px;
}
.form-contacto input.error {
  background-image: url("../images/ic-error.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.form-contacto .msg {
  color: #FB586B;
  font-size: 14px;
  display: none;
}
.form-contacto textarea {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 145px;
  resize: none;
}
.form-contacto .form-group {
  margin-bottom: 0.8rem;
}
.form-contacto .form-group label {
  display: block;
  color: #242428;
}
.form-contacto .form-group input {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 50px;
}
.form-contacto .form-group input.error {
  background-image: url("../images/ic-error.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.form-contacto .form-group .msg {
  color: #FB586B;
  font-size: 14px;
  display: none;
}
.form-contacto .form-group textarea {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 145px;
  resize: none;
}
.form-contacto .form-group.error .msg {
  display: block;
}
.form-contacto .form-group.error input {
  background-image: url("../images/ic-error.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.form-contacto .form-group.error .nice-select {
  background-image: url(../images/ic-error.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  transition: none;
}
.form-contacto .form-group.error .nice-select:after {
  display: none;
}

.inmobiliarias {
  padding-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .inmobiliarias {
    padding-bottom: 3rem;
  }
}
.inmobiliarias .filtros-inmobiliarias {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 40px;
  flex-wrap: wrap;
}
.inmobiliarias .filtros-inmobiliarias .buscador {
  position: relative;
  margin: 0 12px 12px;
}
@media only screen and (max-width: 550px) {
  .inmobiliarias .filtros-inmobiliarias .buscador {
    width: 100%;
  }
}
.inmobiliarias .filtros-inmobiliarias .buscador img {
  position: absolute;
  left: 35px;
  top: 22px;
}
.inmobiliarias .filtros-inmobiliarias .buscador input {
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  background: #f8f8f8;
  width: 330px;
  height: 60px;
  padding: 0 20px 0 60px;
}
@media only screen and (max-width: 550px) {
  .inmobiliarias .filtros-inmobiliarias .buscador input {
    width: 100%;
  }
}
.inmobiliarias .filtros-inmobiliarias .form-group {
  position: relative;
  margin: 0 12px 12px;
}
@media only screen and (max-width: 550px) {
  .inmobiliarias .filtros-inmobiliarias .form-group {
    width: 100%;
  }
}
.inmobiliarias .filtros-inmobiliarias .form-group select {
  display: none;
}
.inmobiliarias .filtros-inmobiliarias .form-group img {
  position: absolute;
  left: 35px;
  z-index: 2;
  top: 20px;
}
.inmobiliarias .filtros-inmobiliarias .form-group .nice-select {
  height: 60px;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  background: #f8f8f8;
  padding-left: 60px;
  width: 210px;
  padding-top: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 550px) {
  .inmobiliarias .filtros-inmobiliarias .form-group .nice-select {
    width: 100%;
  }
}
.inmobiliarias .row div:nth-child(4n) .card-inmobiliaria {
  border-right: none;
}
@media only screen and (max-width: 991px) {
  .inmobiliarias .row div:nth-child(4n) .card-inmobiliaria {
    border-right: 1px solid #E5E5E5;
  }
  .inmobiliarias .row div:nth-child(3n) .card-inmobiliaria {
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  .inmobiliarias .row div:nth-child(4n) .card-inmobiliaria {
    border-right: 1px solid #E5E5E5;
  }
  .inmobiliarias .row div:nth-child(3n) .card-inmobiliaria {
    border-right: 1px solid #E5E5E5;
  }
  .inmobiliarias .row div:nth-child(2n) .card-inmobiliaria {
    border-right: none;
  }
}
@media only screen and (max-width: 550px) {
  .inmobiliarias .row div:nth-child(4n) .card-inmobiliaria {
    border-right: none;
  }
  .inmobiliarias .row div:nth-child(3n) .card-inmobiliaria {
    border-right: none;
  }
  .inmobiliarias .row div:nth-child(2n) .card-inmobiliaria {
    border-right: none;
  }
  .inmobiliarias .row div:nth-child(1n) .card-inmobiliaria {
    border-right: none;
  }
}

.proyectos-inmobiliaria .action-resultados {
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.proyectos-inmobiliaria .action-resultados .ordenar-por {
  display: inline-block;
  position: relative;
  width: 140px;
}
.proyectos-inmobiliaria .action-resultados .ordenar-por > span {
  position: absolute;
  left: 5px;
  z-index: 99;
  bottom: 9px;
}
.proyectos-inmobiliaria .action-resultados .ordenar-por .nice-select {
  width: 100%;
  padding-left: 30px;
  border: none;
}
.proyectos-inmobiliaria__title {
  min-width: 50%;
}

.w-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.datos-comprador {
  padding-top: 35px;
}
.datos-comprador .container {
  display: block;
}
.datos-comprador .titulo {
  text-align: center;
  margin-bottom: 54px;
}
.datos-comprador .contacto__der {
  margin: 0 auto;
}
.datos-comprador input {
  color: #242428;
}
.datos-comprador input.disabled {
  background-color: #E5E5E5;
  background-image: url("../images/ic-lock.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
}
.datos-comprador select {
  display: none;
}
.datos-comprador .nice-select {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 5px 15px;
  height: 50px;
  width: 100%;
  font-size: 16px;
  float: none;
}
.datos-comprador .botones {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .datos-comprador .botones {
    padding-top: 40px;
  }
}
.datos-comprador .botones .btn-gris {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}
.datos-comprador .botones .btn-primary {
  width: 100%;
  height: 60px;
}

.exito {
  padding: 35px 0 80px;
}
.exito .w-exito {
  width: 772px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 0px;
}
.exito__img {
  margin-bottom: 20px;
}
.exito__img img {
  max-width: 100%;
}
.exito__img img.img-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .exito__img img.img-desktop {
    display: none;
  }
  .exito__img img.img-mobile {
    display: block;
    margin: 0 auto;
  }
}
.exito h3 {
  font-size: 38px;
  color: #2A493A;
  font-weight: 400;
  padding: 0 5rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .exito h3 {
    font-size: 24px;
    padding: 0;
  }
}
.exito .texto {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.exito .texto p {
  font-size: 1rem;
  color: #242428;
  margin-bottom: 25px;
}
.exito .texto .fecha {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.exito .texto .tabla-datos {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 25px;
}
.exito .texto .tabla-datos .item-tabla {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .exito .texto .tabla-datos .item-tabla {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
.exito .texto .tabla-datos .item-tabla .item-1 {
  text-align: left;
  line-height: 1.1;
  padding-right: 10px;
}
.exito .texto .botones {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .exito .texto .botones {
    flex-direction: column;
  }
}
.exito .texto .botones a {
  height: 40px;
  width: 220px;
  padding-left: 10px;
  padding-right: 14px;
}
@media only screen and (max-width: 768px) {
  .exito .texto .botones a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.exito .texto .botones a:nth-child(2) {
  margin-left: 10px;
  width: 116px;
}
@media only screen and (max-width: 768px) {
  .exito .texto .botones a:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.exito .separador {
  height: 1px;
  width: 100%;
  background: #97A1A6;
  margin: 25px 0;
  position: relative;
}
.exito .separador span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  top: -14px;
}
.exito .separador span:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #97A1A6;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 6px;
}
.exito .dudas {
  padding-top: 5px;
  padding-bottom: 10px;
}
.exito .dudas h4 {
  font-size: 24px;
  color: #242428;
  font-weight: 700;
  margin: 0 0 15px;
}
.exito .dudas .btn-green {
  width: 100%;
}
.exito.error {
  padding-top: 100px;
}
.exito.error .w-exito {
  width: 770px;
  max-width: 100%;
}
.exito.error h3 {
  margin-bottom: 40px;
}
.exito.error .texto {
  width: 480px;
  max-width: 100%;
}
.exito.error .texto .dudas-error {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .exito.error .texto .dudas-error {
    flex-direction: column;
    justify-content: center;
  }
}
.exito.error .texto .dudas-error a {
  width: 230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 6px;
}
@media only screen and (max-width: 480px) {
  .exito.error .texto .dudas-error a {
    width: 100%;
    margin: 0 0px 20px;
  }
}

.galeria-blog {
  border-radius: 0px;
  overflow: hidden;
  background: #242428;
  padding: 7px;
  position: relative;
  margin: 20px 0;
}
.galeria-blog .carrusel-blog {
  display: flex;
}
.galeria-blog .carrusel-blog .tns-controls button:last-child {
  right: 100px;
}
@media only screen and (max-width: 991px) {
  .galeria-blog .carrusel-blog .tns-controls button:last-child {
    right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .galeria-blog {
    border-radius: 0;
    padding: 0;
  }
  .galeria-blog .slider-blog img {
    height: 430px;
    object-fit: cover;
  }
  .galeria-blog .slider-blog video {
    height: 430px;
    object-fit: cover;
  }
}
.galeria-blog .small-slider img {
  margin-right: 10px;
}
.galeria-blog .slider-blog img {
  max-width: 100%;
  width: auto;
  object-fit: cover;
  height: 434px;
}
@media only screen and (max-width: 768px) {
  .galeria-blog .slider-blog img {
    height: auto;
    width: 100%;
  }
}
.galeria-blog .slider-blog .tns-controls {
  display: none;
}
@media only screen and (max-width: 991px) {
  .galeria-blog .slider-blog .tns-controls {
    display: block;
  }
}
.galeria-blog .slider__slide {
  opacity: 1;
  text-align: center;
  background: #242428;
}
.galeria-blog .carrusel-thumb {
  z-index: 99;
  width: 78px;
  min-width: 78px;
  padding: 20px 5px 0 10px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .galeria-blog .carrusel-thumb {
    display: none;
  }
}
.galeria-blog .carrusel-thumb .tns-controls button {
  width: 63px;
  height: 16px;
  border-radius: 0;
}
.galeria-blog .carrusel-thumb .tns-controls button:after {
  font-size: 12px;
}
.galeria-blog .carrusel-thumb .tns-controls button:first-child {
  top: 7px;
  padding: 0;
  left: 10px;
}
.galeria-blog .carrusel-thumb .tns-controls button:first-child:after {
  content: "\f077";
  transform: translateY(-7px);
  padding-right: 0;
}
.galeria-blog .carrusel-thumb .tns-controls button:last-child {
  bottom: -5px;
  top: auto;
  padding: 0;
  right: auto;
  left: 10px;
}
.galeria-blog .carrusel-thumb .tns-controls button:last-child:after {
  content: "\f078";
  transform: translateY(-8px);
  padding-left: 0;
}
.galeria-blog .thumb-slider-blog img {
  width: 100px;
  max-width: 100%;
  height: 44px;
  border-radius: 0px;
  object-fit: cover;
}
.galeria-blog .thumb-slider__slide {
  text-align: center;
  opacity: 1;
}
.galeria-blog .thumb-slider__slide img {
  border: 1px solid #fff;
  border-radius: 4px;
}
.galeria-blog .thumb-slider__slide.tns-nav-active {
  opacity: 1;
}

select.select-multipleComuna {
  height: 1px;
}

.proyectos-inmobiliaria .card-proyecto-mapa .tags {
  min-height: 30px;
}
.proyectos-inmobiliaria .card-proyecto-mapa .card-proyecto__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-ventaja img {
  width: 100%;
}

.detalle-cotizacion__header {
  display: flex;
}
.detalle-cotizacion__body {
  display: flex;
  padding-bottom: 35px;
}
.detalle-cotizacion .detalle-izq {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 25px;
  margin-right: 25px;
}
.detalle-cotizacion .detalle-der {
  width: 418px;
  min-width: 418px;
}
.detalle-cotizacion .detalle-card {
  display: flex;
  margin-bottom: 25px;
}
.detalle-cotizacion .detalle-card .detalle-img {
  width: 298px;
  min-width: 298px;
}
.detalle-cotizacion .detalle-card .detalle-txt {
  padding-left: 25px;
}
.detalle-cotizacion .detalle-card .detalle-txt h5 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  color: #242428;
  font-weight: 600;
}
.detalle-cotizacion .detalle-card .detalle-txt p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #242428;
  line-height: 1.3;
}
.detalle-cotizacion .detalles-modelo {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.detalle-cotizacion .detalles-modelo h5 {
  margin: 0 0 0.8rem;
  font-size: 1.125rem;
  color: #242428;
  font-weight: 600;
}
.detalle-cotizacion .detalles-modelo .items-detalle {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.detalle-cotizacion .detalles-modelo .items-detalle .item-detalle {
  width: 265px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin-right: 25px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #242428;
  margin-bottom: 15px;
}
.detalle-cotizacion .detalles-modelo .items-detalle .item-detalle img {
  margin-right: 8px;
}
.detalle-cotizacion .resultados-simulador {
  width: 100%;
  border-radius: 0;
}
.detalle-cotizacion .promociones-asociadas h5 {
  margin: 0 0 0.8rem;
  font-size: 1.125rem;
  color: #242428;
  font-weight: 600;
}
.detalle-cotizacion .promociones-asociadas .item-promocion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.detalle-cotizacion .promociones-asociadas .item-promocion p {
  margin-bottom: 0;
}
.detalle-cotizacion .promociones-asociadas .item-promocion p.texto {
  display: flex;
  align-items: center;
}
.detalle-cotizacion .promociones-asociadas .item-promocion p.texto:before {
  content: "";
  width: 11px;
  height: 2px;
  background: #ff6f57;
  display: block;
  align-items: center;
  margin-right: 8px;
}
.detalle-cotizacion .promociones-asociadas .valor-total {
  text-align: right;
  border-top: 1px solid #E5E5E5;
  padding-top: 10px;
}

.valores-reserva {
  border: 3px solid #07CDAD;
  padding: 20px;
  border-radius: 8px;
  margin-top: 124px;
}
@media only screen and (max-width: 768px) {
  .valores-reserva {
    margin-top: 60px;
  }
}
.valores-reserva__proy {
  margin-bottom: 30px;
}
.valores-reserva__proy h5 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0 0rem;
}
.valores-reserva__proy h3 {
  font-size: 2.065rem;
  font-weight: 400;
  margin: 0;
}
.valores-reserva .item {
  margin-bottom: 1.5rem;
}
.valores-reserva .item h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #07CDAD;
}
.valores-reserva .item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.valores-reserva .item p .texto {
  font-weight: 300;
}
.valores-reserva .item-pagar {
  display: flex;
  justify-content: space-between;
}
.valores-reserva .item-pagar h4 {
  color: #07CDAD;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
.valores-reserva .item-pagar p {
  color: #07CDAD;
  font-size: 1.125rem;
  font-weight: 700;
}
.valores-reserva .item-valor {
  margin-bottom: 25px;
}
.valores-reserva .item-valor:last-child {
  margin-bottom: 0;
}
.valores-reserva .item-valor h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.2rem;
}
.valores-reserva .item-valor p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0;
}

.form-contacto .form-group .nice-select .nice-select-dropdown {
  right: 0;
}

.card-inmobiliaria__proyectos.Chile img.show-cl {
  display: inline-block;
}

.card-inmobiliaria__proyectos.Argentina img.show-ar {
  display: inline-block;
}

.card-inmobiliaria__proyectos.Peru img.show-pe {
  display: inline-block;
}

.card-inmobiliaria__proyectos.Mexico img.show-mx {
  display: inline-block;
}

.card-inmobiliaria__proyectos.Colombia img.show-co {
  display: inline-block;
}

.card-inmobiliaria__proyectos.Ecuador img.show-ec {
  display: inline-block;
}

.rating {
  position: relative;
}
.rating p {
  font-size: 0.7rem !important;
  color: #5A5B63 !important;
  white-space: nowrap;
  margin-bottom: 0.5rem !important;
}
.rating .valoracion {
  position: relative;
  display: flex;
  justify-content: center;
}
.rating .valoracion .valor {
  background: #004838;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-right: 0.8rem;
  border-radius: 2px 0 0 2px;
  padding-left: 2px;
}
.rating .valoracion .valor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  /* coloca el triángulo justo al borde derecho */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #004838;
  /* mismo color que el fondo */
  border-radius: 2px;
  /* pequeño redondeo */
}
.rating .mask1 {
  -webkit-mask-image: url("../images/estrellas.png");
  mask-image: url("../images/estrellas.png");
  mask-repeat: no-repeat;
  mask-size: 97.5% auto;
  width: 85px;
  height: 13px;
  background-color: #DADCDE;
}
.rating .mask1 .estrellas {
  width: 100%;
  height: 100%;
  background: #F7CD3D;
}

.card-lista .card-lista__inmobiliaria {
  min-width: 125px;
}

.header-proyecto .logo {
  margin-bottom: 0.25rem;
}
.header-proyecto .rating {
  margin-bottom: 1rem;
}
.mapa .rating {
  margin-bottom: 0.4rem;
  margin-top: 0.5rem;
}
.mapa .rating p {
  text-align: left;
}
.mapa .rating .valoracion {
  justify-content: flex-start;
}

@media only screen and (max-width: 550px) {
  .header-proyecto__izq .w-header-proyecto__izq {
    flex-direction: column;
  }
}

.acerca__content .datos-inmobiliaria .logo-inmobiliaria img {
  margin-bottom: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .header-proyecto__inmobiliaria .rating p {
    text-align: left;
  }
  .header-proyecto__inmobiliaria .rating p br {
    display: block;
  }
}

.header-proyecto .logo {
  margin-bottom: 13px;
}

.header-proyecto__inmobiliaria .valoracion {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .header-proyecto__inmobiliaria .valoracion {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .acerca__content .rating {
    margin-bottom: 1rem;
  }
}

.acerca__content .datos-inmobiliaria .logo-inmobiliaria img {
  margin-bottom: 13px;
}

@media only screen and (max-width: 991px) {
  .card-lista.card-tabla .card-lista__inmobiliaria {
    justify-content: space-between;
    margin-right: 0;
  }
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  text-transform: capitalize;
}

.buscador-home .w-buscador .form-group.form-comuna .choices__list--multiple .choices__item {
  text-transform: capitalize;
}

.valores-reserva .valor-prop {
  margin-top: 2rem;
}

.valores-reserva .item span:last-child {
  font-weight: bold;
}

.head-blog__img img {
  width: 100%;
}

.head-blog__txt {
  text-align: center;
  max-width: 840px;
  padding: 0 2rem 2.5rem;
  background: #fff;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .head-blog__txt {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0rem;
  }
}
.head-blog__txt h1 {
  font-size: 58px;
  font-weight: bold;
  margin: 0 0 0.75rem;
  color: #004838;
}

@media only screen and (max-width: 768px) {
  .head-blog__txt h1 {
    font-size: 40px;
  }
}
.head-blog__txt p {
  font-size: 1.5rem;
  color: #004838;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .head-blog__txt p {
    font-size: 1.25rem;
  }
}
.blog {
  padding: 45px 0;
}

.blog .container {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .blog .container {
    flex-direction: column;
  }
}
.blog__content {
  width: 64%;
  min-width: 64%;
}

@media only screen and (max-width: 991px) {
  .blog__content {
    width: 100%;
    min-width: 100%;
    margin-bottom: 3rem;
  }
}
.blog h2 {
  font-size: 1.5rem;
  font-weight: 300;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.blog .sidebar {
  max-width: 390px;
  width: 390px;
}

@media only screen and (max-width: 991px) {
  .blog .sidebar {
    max-width: 100%;
    width: 100%;
  }
}
.blog .sidebar .art-destacado {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.blog .sidebar .art-destacado:last-child {
  border: none;
}

.blog .sidebar .art-destacado__num {
  font-size: 38px;
  color: #97A1A6;
  font-weight: 200;
  width: 45px;
  min-width: 45px;
  border-right: 1px solid #E5E5E5;
}

.blog .sidebar .art-destacado__txt {
  padding-left: 12px;
}

.blog .sidebar .art-destacado__txt .fecha {
  font-size: 1.125rem;
  color: #5A5B63;
}

.blog .sidebar .art-destacado__txt h3 {
  font-size: 1.25rem;
}

.blog .sidebar .art-destacado__txt h3 a {
  color: #004838;
  font-weight: bold;
}

.blog .box-suscribete {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid #e5e5e5;
  background: #F2F2F2;
  padding: 15px;
  border-radius: 4px;
  margin-top: 50px;
}

.blog .box-suscribete h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #5A5B63;
  margin: 0 0 0.9rem;
}

.blog .box-suscribete label {
  font-size: 1.125rem;
  font-weight: 300;
}

.blog .box-suscribete input {
  width: 100%;
  height: 53px;
  border: 1px solid #DADCDE;
  border-radius: 4px;
  padding: 15px;
}

.blog .box-suscribete .btn {
  background: #ff6f57;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 53px;
  margin-top: 5px;
}

.card-blog {
  display: flex;
  margin-bottom: 35px;
  align-items: flex-start;
}

.card-blog.filtrada-hidden {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .card-blog {
    flex-direction: column;
  }
}
.card-blog__img {
  width: 249px;
  min-width: 249px;
}

.card-blog__img img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .card-blog__img {
    width: 300px;
    min-width: 300px;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .card-blog__img {
    width: 100%;
    min-width: 100%;
  }
}
.card-blog__content {
  padding-left: 15px;
  padding-top: 0px;
}

@media only screen and (max-width: 768px) {
  .card-blog__content {
    padding-left: 0;
  }
}
.card-blog__content .meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .card-blog__content .meta {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.card-blog__content .meta .fecha {
  font-size: 1.125rem;
  color: #5A5B63;
}

.card-blog__content .meta .categorias {
  margin-left: 10px;
}

@media only screen and (max-width: 640px) {
  .card-blog__content .meta .categorias {
    margin-left: 0;
    margin-top: 5px;
    font-size: 1rem;
  }
}
.card-blog__content .meta .categorias a,
.card-blog__content .meta .categorias span {
  font-size: 1.125rem;
  font-weight: 400;
  color: #07cdad;
  display: inline-block;
  border-left: 1px solid #E5E5E5;
  line-height: 1;
  padding: 2px 10px;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .card-blog__content .meta .categorias a,
  .card-blog__content .meta .categorias span {
    font-size: 0.875rem;
  }
  .card-blog__content .meta .categorias a:first-child,
  .card-blog__content .meta .categorias span:first-child {
    border: none;
    padding-left: 0;
  }
}
.card-blog__content h3 {
  line-height: 1.2;
  font-size: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .card-blog__content h3 {
    font-size: 1.25rem;
  }
}
.card-blog__content h3 a {
  color: #004838;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.2;
}

.card-blog__content h3 a:hover {
  color: #ff6f57;
}

.card-blog__content p {
  color: #5A5B63;
  line-height: 27px;
  font-weight: 400;
}

.card-blog__content a {
  color: #07cdad;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.125rem;
}

.blog-detalle {
  padding: 45px 0;
}

.blog-detalle .meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .blog-detalle .meta {
    flex-wrap: wrap;
  }
}
.blog-detalle .meta .fecha {
  font-size: 1rem;
  color: #5A5B63;
}

@media only screen and (max-width: 768px) {
  .blog-detalle .meta .fecha {
    width: 100%;
    text-align: center;
  }
}
.blog-detalle .meta .categorias {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .blog-detalle .meta .categorias {
    margin-left: 0;
  }
}
.blog-detalle .meta .categorias a {
  font-size: 1rem;
  font-weight: 700;
  color: #ff6f57;
  display: inline-block;
  border-left: 1px solid #E5E5E5;
  line-height: 1;
  padding: 2px 10px;
}

@media only screen and (max-width: 768px) {
  .blog-detalle .meta .categorias a:first-child {
    border-left: none;
  }
}
.blog-detalle h1 {
  width: 847px;
  max-width: 100%;
  margin: 0 auto 2.5rem;
  font-size: 3.625rem;
  line-height: 1.1;
  font-weight: 400;
  color: #004838;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .blog-detalle h1 {
    font-size: 38px;
    line-height: 1.1;
  }
}
.blog-detalle h2 {
  font-weight: 700;
  margin: 1.7rem 0 0.2rem;
  color: #5A5B63;
}

.blog-detalle h3 {
  font-weight: 700;
  margin: 1.7rem 0 0.2rem;
  color: #5A5B63;
}

.blog-detalle .w-contenido-blog {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .blog-detalle .w-contenido-blog {
    display: block;
  }
}
.blog-detalle .contenido-blog {
  width: 840px;
  max-width: 100%;
}

.blog-detalle .contenido-blog .bajada {
  font-size: 1rem;
  color: #5A5B63;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 1.3rem;
  padding: 0;
}

.blog-detalle .contenido-blog h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.7rem 0 0.2rem;
  color: #5A5B63;
}

.blog-detalle .contenido-blog p {
  color: #5A5B63;
  line-height: 1.685rem;
}

.blog-detalle .contenido-blog ul {
  padding-left: 0;
  list-style: none;
  margin: 10px 0 20px;
}

.blog-detalle .contenido-blog ul li {
  color: #5A5B63;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.blog-detalle .contenido-blog ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #555;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.blog-detalle .contenido-blog .img-blog {
  margin-bottom: 25px;
}

.blog-detalle .contenido-blog .img-blog img {
  width: 100%;
}

.blog-detalle .cita {
  position: relative;
  padding: 50px 55px 40px;
}

@media only screen and (max-width: 768px) {
  .blog-detalle .cita {
    padding-right: 0;
  }
}
.blog-detalle .cita img {
  width: 32px;
  position: absolute;
  left: 0;
}

.blog-detalle .cita p {
  font-size: 24px;
  color: #07cdad;
}

.blog-detalle .te-puede-interesar {
  text-align: center;
  width: 847px;
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 0 50px;
}

.blog-detalle .te-puede-interesar h5 {
  margin: 0 0 35px;
  color: #5A5B63;
  font-weight: 700;
  font-size: 24px;
}

.blog-detalle .te-puede-interesar .botones {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .blog-detalle .te-puede-interesar .botones {
    flex-direction: column;
  }
}
.blog-detalle .te-puede-interesar .botones::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 117px;
  background: #DADCDE;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .blog-detalle .te-puede-interesar .botones::after {
    display: none;
  }
}
.blog-detalle .te-puede-interesar .item-interesar {
  text-align: left;
  text-decoration: none;
  width: 345px;
}

@media only screen and (max-width: 768px) {
  .blog-detalle .te-puede-interesar .item-interesar {
    width: 100%;
  }
}
.blog-detalle .te-puede-interesar .item-interesar:last-child {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .blog-detalle .te-puede-interesar .item-interesar:last-child {
    border-top: 1px solid #DADCDE;
    margin-top: 15px;
    padding-top: 15px;
  }
}
.blog-detalle .te-puede-interesar .item-interesar .btn-nav {
  font-size: 1rem;
  color: #ff6f57;
  margin-bottom: 5px;
  display: block;
}

.blog-detalle .te-puede-interesar .item-interesar .btn-nav i {
  font-size: 12px;
}

.blog-detalle .te-puede-interesar .item-interesar h4 {
  font-size: 24px;
  font-weight: 700;
  color: #004838;
}

.blog-detalle .comparte-blog {
  width: 68px;
  text-align: center;
  margin-left: 25px;
  position: sticky;
  top: 10px;
}

.blog-detalle .comparte-blog p {
  font-weight: 700;
  color: #004838;
  margin-bottom: 10px;
}

.blog-detalle .comparte-blog a {
  color: #07cdad;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}

.blog-detalle .comparte-blog a:hover {
  color: #004838;
}

@media only screen and (max-width: 991px) {
  .blog-detalle .comparte-blog {
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10px;
    background: #fff;
    top: 0;
    padding-top: 5px;
    z-index: 10;
  }
  .blog-detalle .comparte-blog p {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .blog-detalle .comparte-blog a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.blog-detalle.fix .comparte-blog {
  display: none;
}

.blog-detalle.fix .comparte-blog .contenido-blog {
  margin: 0 auto;
}

.blog-detalle.fix .comparte-blog .contenido-blog .te-puede-interesar.carrusel-tpi {
  width: 100%;
}

.blog-detalle.fix .te-puede-interesar .c-2 .item-interesar h4 {
  max-width: 360px;
  margin: auto;
  text-align: center;
  padding: 0rem 1rem;
}

.blog-detalle.fix .te-puede-interesar {
  margin: 0px;
  padding: 0px;
}

.blog-detalle.fix .te-puede-interesar .tns-outer {
  position: relative;
}

.blog-detalle.fix .contenido-blog {
  width: 100%;
}

.blog-detalle.fix .tns-nav {
  display: none;
}

.blog-detalle.fix .te-puede-interesar .botones::after {
  display: none;
}

.blog-detalle.s-single .tns-inner {
  display: flex;
  justify-content: center;
}

.blog-detalle.fix.s-single .te-puede-interesar .c-2 .item-interesar h4.single {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .blog-detalle.fix .te-puede-interesar .botones {
    flex-direction: row;
  }
}
.blog-detalle .meta .fecha {
  text-transform: capitalize;
}

.blog-detalle .meta .categorias span {
  font-size: 1rem;
  font-weight: 400;
  color: #07cdad;
  display: inline-block;
  border-left: 1px solid #E5E5E5;
  line-height: 1;
  padding: 2px 10px;
}

@media only screen and (max-width: 768px) {
  .blog-detalle .meta .categorias span:first-child {
    border-left: none;
  }
}
.blog-detalle blockquote {
  position: relative;
  padding: 50px 55px 40px;
}

@media only screen and (max-width: 768px) {
  .blog-detalle blockquote {
    padding-right: 0;
  }
}
.blog-detalle blockquote img {
  width: 32px;
  position: absolute;
  left: 0;
}

.blog-detalle blockquote {
  font-size: 24px;
  color: #07cdad;
  line-height: 1.685rem;
}

.blog-detalle blockquote:after {
  content: url(/ResourcePackages/BPTL/assets_b2b/images/quote1-2.svg);
  position: absolute;
  left: -1rem;
  top: 2.6rem;
  transform: scale(0.55);
}

@media only screen and (max-width: 991px) {
  .blog-detalle blockquote:after {
    left: -0.7rem;
  }
}
@media only screen and (min-width: 576px) {
  .blog-detalle a.whatsapp_link.mob {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .blog-detalle a.whatsapp_link_web.desk {
    display: none;
  }
}
.blog .filtros-inmobiliarias {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0 40px;
  flex-wrap: wrap;
  width: 100%;
}

.blog .filtros-inmobiliarias .buscador {
  position: relative;
  margin: 0 12px 12px;
}

@media only screen and (max-width: 550px) {
  .blog .filtros-inmobiliarias .buscador {
    width: 100%;
  }
}
.blog .filtros-inmobiliarias .buscador img {
  position: absolute;
  left: 35px;
  top: 22px;
}

.blog .filtros-inmobiliarias .buscador input {
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  background: #f8f8f8;
  width: 330px;
  height: 60px;
  padding: 0 20px 0 60px;
}

@media only screen and (max-width: 550px) {
  .blog .filtros-inmobiliarias .buscador input {
    width: 100%;
  }
}
.blog .filtros-inmobiliarias .form-group {
  position: relative;
  margin: 0 12px 12px;
}

@media only screen and (max-width: 550px) {
  .blog .filtros-inmobiliarias .form-group {
    width: 100%;
  }
}
.blog .filtros-inmobiliarias .form-group select {
  display: none;
}

.blog .filtros-inmobiliarias .form-group img {
  position: absolute;
  left: 35px;
  z-index: 2;
  top: 20px;
}

.blog .filtros-inmobiliarias .form-group .nice-select {
  height: 60px;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  background: #f8f8f8;
  padding-left: 60px;
  width: 235px;
  padding-top: 10px;
  font-size: 16px;
}

.blog .filtros-inmobiliarias .form-group .input {
  height: 60px;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  background: #f8f8f8;
  padding-left: 45px;
  width: 235px;
  padding-top: 0px;
  font-size: 16px;
  background-image: url("../images/ic-search.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
}

@media only screen and (max-width: 550px) {
  .blog .filtros-inmobiliarias .form-group .input {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .blog .filtros-inmobiliarias .form-group .nice-select {
    width: 100%;
  }
}
.banner-sup {
  padding: 25px 0;
}
.banner-sup img {
  width: 100%;
}
.filtros h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
.filtros h3 img {
  margin-right: 0.5rem;
}
.filtros .limpiar-filtros {
  color: #444446;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #DADCDE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin-bottom: 0;
  margin-right: 5px;
  width: 113px;
  height: 46px;
  cursor: pointer;
}
.filtros .limpiar-filtros img {
  margin-right: 5px;
}
.filtros .btn-filtrar {
  height: 46px;
  width: 113px;
}
.filtros .item-filtro {
  margin-bottom: 1.2rem;
}
.filtros .item-filtro .filtro-range {
  margin-bottom: 1.8rem;
}
.filtros .item-filtro .filtro-range:last-child {
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .filtros .item-filtro {
    margin-bottom: 12px;
    padding-top: 4px;
  }
}
.filtros .item-filtro .choices {
  border: none;
  background: transparent;
}
.filtros .item-filtro .choices .choices__inner {
  display: flex;
  flex-direction: column-reverse;
  border: none;
  background: transparent;
  padding: 0;
}
.filtros .item-filtro .choices .choices__inner label {
  font-size: 1rem;
  font-weight: 400;
}
.filtros .item-filtro .choices .choices__inner input {
  height: 47px;
  width: 100% !important;
  min-width: 100% !important;
  border: 1px solid #DADCDE;
  border-radius: 4px;
  background: #fff;
  padding: 0 10px;
}
.filtros .item-filtro .choices .choices__inner .choices__list--multiple .choices__item {
  background: #DADCDE;
  border-radius: 100px;
  border: none;
  color: #242428;
  font-size: 0.875rem;
}
.filtros .item-filtro .choices .choices__inner .choices__button {
  border: none;
  margin-left: 0px;
}
.filtros .item-filtro .choices .is-selected {
  background: #f4f4f4 !important;
}
.filtros .item-filtro select.select {
  display: none;
}
.filtros .item-filtro .nice-select {
  float: none;
}
.filtros .item-filtro label {
  display: block;
  margin-bottom: 2px;
}
.filtros .filtro-desplegable {
  border-bottom: 1px solid #DADCDE;
  padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .filtros .filtro-desplegable {
    padding-bottom: 16px;
  }
}
.filtros .filtro-desplegable__button {
  position: relative;
  cursor: pointer;
}
.filtros .filtro-desplegable__button span {
  position: absolute;
  right: 0;
  color: #97A1A6;
  font-size: 0.8rem;
  top: 4px;
  transform: rotate(180deg);
}
.filtros .filtro-desplegable__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.filtros .filtro-desplegable__content .form-check {
  margin-bottom: 10px;
  position: relative;
}
.filtros .filtro-desplegable__content .form-check label {
  margin-bottom: 0;
}
.filtros .filtro-desplegable__content .form-check .cantidad {
  color: #97A1A6;
  position: absolute;
  right: 0;
  line-height: 1;
  top: 3px;
}
.filtros .filtro-desplegable.open .filtro-desplegable__button span {
  transform: rotate(0);
}
.filtros .filtro-desplegable.open .filtro-desplegable__content {
  max-height: 10000px;
  padding-top: 1rem;
}
@media only screen and (min-width: 991px) {
  .filtros .filtro-desplegable--mobile {
    padding-bottom: 0;
    border: none;
  }
  .filtros .filtro-desplegable--mobile .filtro-desplegable__button {
    display: none;
  }
  .filtros .filtro-desplegable--mobile .filtro-desplegable__content {
    max-height: 1000px;
    padding-top: 0rem;
    overflow: visible;
  }
}
.filtros .form-check-input:checked {
  background-color: #ff6f57;
}
.filtros .form-switch {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.filtros .form-switch .form-check-label {
  font-size: 1rem;
  font-weight: 400;
}
.filtros .form-switch .form-check-input {
  margin: 0 6px;
  width: 45px;
  height: 27px;
  border: none;
  background-color: #ff6f57;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.filtros .inputs-range {
  margin-bottom: 9px;
  position: relative;
  display: flex;
  align-items: center;
}
.filtros .inputs-range .sep-inputs {
  display: block;
  margin: 0 6px;
}
.filtros .inputs-range input {
  width: 106px;
  height: 30px;
  border: 1px solid #DADCDE;
  text-align: center;
}
.filtros .inputs-range .suf1 {
  position: absolute;
  right: 6px;
  z-index: 1;
  color: #999;
  font-size: 14px;
  top: 5px;
}
@media only screen and (max-width: 991px) {
  .filtros .inputs-range .suf1 {
    right: 6px;
  }
}
.filtros .inputs-range .suf2 {
  position: absolute;
  right: 6px;
  z-index: 1;
  color: #999;
  font-size: 14px;
  top: 5px;
}
.filtros .inputs-range .pref1 {
  position: absolute;
  left: 6px;
  z-index: 1;
  color: #999;
  font-size: 14px;
  top: 3.5px;
}
.filtros .inputs-range .pref2 {
  position: absolute;
  left: 6px;
  z-index: 1;
  color: #999;
  font-size: 14px;
  top: 3.5px;
}

.rs-container {
  height: 10px;
}
.rs-container .rs-tooltip {
  display: none;
  background: #fff;
  z-index: 999;
  border: 1px solid #eee;
}
.rs-container .rs-bg {
  height: 3px;
  background-color: #DADCDE;
}
.rs-container .rs-selected {
  border: none;
  background: #ff6f57;
  height: 3px;
}
.rs-container .rs-pointer {
  width: 13px;
  height: 13px;
  top: 0px;
  border-radius: 3px;
  background: #ff6f57;
  box-shadow: none;
  border: none;
}
.rs-container .rs-pointer:hover .rs-tooltip {
  display: block;
}
.rs-container .rs-pointer:focus .rs-tooltip {
  display: block;
}
.rs-container .rs-pointer:active .rs-tooltip {
  display: block;
}
.rs-container .rs-pointer:before {
  display: none;
}
.rs-container .rs-pointer:after {
  display: none;
}
.rs-container .rs-scale {
  display: none;
}

.card-lista {
  width: 975px;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 4px;
  display: flex;
  margin-bottom: 10px;
}
.card-lista__inmobiliaria {
  text-align: center;
  min-width: 108px;
  margin-right: 20px;
}
.card-lista__inmobiliaria .nombre-inmobiliaria {
  font-size: 0.875rem;
  display: none;
  font-weight: 700;
  margin-right: 0.87rem;
  color: #000;
}
.card-lista__inmobiliaria .valoracion {
  margin-bottom: 0.3rem;
}
.card-lista__inmobiliaria p {
  font-size: 0.875rem;
  color: #97A1A6;
}
.card-lista__inmobiliaria .logo img {
  width: 85px;
}
.card-lista__img {
  width: 250px;
  margin-bottom: 0px;
}
.card-lista__img img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}
.card-lista__content {
  padding-left: 20px;
  flex-grow: 1;
}
.card-lista__content h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #444;
  margin: 0;
}
.card-lista__content .direccion {
  font-size: 0.875rem;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #97A1A6;
}
.card-lista__content .propiedades {
  display: flex;
  flex-wrap: wrap;
  min-width: 140px;
  margin-bottom: 2.3rem;
}
.card-lista__content .propiedades .item-propiedad {
  margin-bottom: 10px;
  margin-right: 25px;
  width: 96px;
}
.card-lista__content .propiedades .item-propiedad:last-child {
  margin-right: 0;
}
.card-lista__content .propiedades .item-propiedad img {
  width: 17px;
  margin-right: 6px;
}
.card-lista__content .propiedades .item-propiedad img.ic-sup {
  width: 18px;
}
.card-lista__content .propiedades .item-propiedad img.ic-dor {
  width: 14px;
}
.card-lista__content .propiedades .item-propiedad img.ic-banos {
  width: 17px;
}
.card-lista__content .propiedades .item-propiedad h5 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}
.card-lista__content .propiedades .item-propiedad p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.card-lista__action {
  border-left: 1px solid #DADCDE;
  padding-left: 20px;
  width: 180px;
}
.card-lista__action .precio {
  text-align: center;
  margin-bottom: 7px;
}
.card-lista__action .precio p {
  font-size: 1rem;
  margin-bottom: 0;
}
.card-lista__action .precio .valor-uf {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.card-lista__action .precio .precio-clp {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.card-lista__action .botones {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.card-lista__action .botones a {
  height: 40px;
  width: 160px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.card-lista__action .botones a:last-child {
  margin-bottom: 0;
}
.card-lista__action .views {
  color: #97A1A6;
  font-size: 0.87rem;
  line-height: 1.1;
  text-align: center;
  background: #ECEDED;
  border-radius: 4px;
  padding: 8px 4px;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.card-lista__action .views__ic {
  background: #004838;
  padding: 5px;
  color: #fff;
  border-radius: 2px;
  margin-right: 0.8rem;
}
.card-lista__action .views p {
  color: #004838;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}
.card-lista.card-tabla {
  width: 270px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  padding: 5px 10px 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 4px;
  display: block;
  margin-right: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .card-lista.card-tabla {
    width: 100%;
    margin-right: 0;
  }
}
.card-lista.card-tabla .card-lista__inmobiliaria {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.card-lista.card-tabla .card-lista__inmobiliaria .logo img {
  display: none;
}
.card-lista.card-tabla .card-lista__inmobiliaria .nombre-inmobiliaria {
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.87rem;
  display: block;
}
.card-lista.card-tabla .card-lista__inmobiliaria .valoracion {
  margin-bottom: 0.3rem;
}
.card-lista.card-tabla .card-lista__inmobiliaria p {
  display: none;
}
.card-lista.card-tabla .card-lista__img {
  width: 100%;
  margin-bottom: 10px;
}
.card-lista.card-tabla .card-lista__img img {
  width: 100%;
  border-radius: 0;
}
@media only screen and (max-width: 550px) {
  .card-lista.card-tabla .card-lista__img {
    text-align: center;
  }
  .card-lista.card-tabla .card-lista__img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
.card-lista.card-tabla .card-lista__content {
  padding-left: 0;
}
.card-lista.card-tabla .card-lista__content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #444;
  margin: 0;
}
.card-lista.card-tabla .card-lista__content .direccion {
  font-size: 0.875rem;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #242428;
}
.card-lista.card-tabla .card-lista__content .propiedades {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.card-lista.card-tabla .card-lista__content .propiedades .item-propiedad {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.card-lista.card-tabla .card-lista__content .propiedades .item-propiedad:first-child {
  width: 100%;
}
.card-lista.card-tabla .card-lista__content .propiedades .item-propiedad img {
  width: 17px;
  margin-right: 6px;
}
.card-lista.card-tabla .card-lista__content .propiedades .item-propiedad img.ic-sup {
  width: 18px;
}
.card-lista.card-tabla .card-lista__content .propiedades .item-propiedad img.ic-dor {
  width: 14px;
}
.card-lista.card-tabla .card-lista__content .propiedades .item-propiedad img.ic-banos {
  width: 17px;
}
.card-lista.card-tabla .card-lista__content .propiedades .item-propiedad__content h5 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}
.card-lista.card-tabla .card-lista__content .propiedades .item-propiedad__content p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.card-lista.card-tabla .card-lista__content .superficies {
  display: flex;
}
.card-lista.card-tabla .card-lista__content .superficies .item-superficie {
  margin-right: 1rem;
  margin-bottom: 0.95rem;
}
.card-lista.card-tabla .card-lista__content .superficies .item-superficie .valor {
  font-weight: 700;
}
.card-lista.card-tabla .card-lista__content .superficies .item-superficie p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.card-lista.card-tabla .card-lista__action {
  border-top: 1px solid #DADCDE;
  padding-top: 0.5rem;
  margin-top: 10px;
  border-left: none;
  width: 100%;
  padding-left: 0;
}
.card-lista.card-tabla .card-lista__action .precio {
  text-align: center;
  margin-bottom: 7px;
}
.card-lista.card-tabla .card-lista__action .precio p {
  font-size: 1rem;
  margin-bottom: 0;
}
.card-lista.card-tabla .card-lista__action .precio .valor-uf {
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1;
}
.card-lista.card-tabla .card-lista__action .precio .precio-clp {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.card-lista.card-tabla .card-lista__action .botones {
  justify-content: space-between;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 5px;
}
.card-lista.card-tabla .card-lista__action .botones a {
  height: 40px;
  width: 49%;
  padding: 0 10px;
  margin-bottom: 0;
}
.card-lista.card-tabla .card-lista__action .views {
  color: #97A1A6;
  font-size: 0.875rem;
  line-height: 1.1;
}

.contenido {
  padding: 35px 0;
}
.contenido .container {
  display: flex;
  justify-content: space-between;
}
.contenido .filtros {
  width: 230px;
  min-width: 230px;
}
.contenido .filtros .select-multipleComuna {
  height: 47px;
  width: 100% !important;
  min-width: 100% !important;
  border: 1px solid #DADCDE;
  border-radius: 4px;
  background: #fff;
  padding: 0 10px;
}
.contenido .filtros__btn {
  display: flex;
  align-items: center;
  position: sticky;
  z-index: 999;
  bottom: 0;
  width: calc(100% + 20px);
  margin: 0 -10px;
  padding: 10px;
  left: 0;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .contenido .filtros.filtros-buscador {
    position: fixed;
    background: #fff;
    height: 80vh;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(100%);
  }
  .contenido .filtros.filtros-buscador .sombra {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .contenido .filtros.filtros-buscador.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .contenido .filtros.filtros-buscador .filtros__header {
    padding: 25px 20px;
    position: relative;
    z-index: 2;
  }
  .contenido .filtros.filtros-buscador .filtros__header h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .contenido .filtros.filtros-buscador .filtros__header h3 img {
    display: none;
  }
  .contenido .filtros.filtros-buscador .filtros__btn {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 9999;
    justify-content: space-between;
  }
  .contenido .filtros.filtros-buscador .filtros__btn .limpiar-filtros {
    height: 46px;
    width: 49%;
    cursor: pointer;
  }
  .contenido .filtros.filtros-buscador .filtros__btn .btn-filtrar {
    display: flex;
    height: 46px;
    width: 49%;
  }
  .contenido .filtros.filtros-buscador .filtros__content {
    overflow: scroll;
    width: 100%;
    padding: 25px 20px 100px;
  }
}
@media only screen and (max-width: 991px) {
  .contenido .filtros.filtros-buscador .filtro-range {
    padding-left: 8px;
    padding-right: 8px;
  }
  .contenido .filtros.filtros-buscador .filtro-range label {
    margin-left: -8px;
  }
  .contenido .filtros.filtros-buscador .filtro-range .inputs-range {
    margin-left: -8px;
  }
}
.contenido .main {
  flex-grow: 1;
  padding-left: 0rem;
  max-width: 975px;
  margin-left: 1rem;
  width: calc(100% - 230px);
}
@media only screen and (max-width: 991px) {
  .contenido .main {
    margin-left: 5px;
  }
}

.action-resultados {
  text-align: right;
  padding-bottom: 1.125rem;
}
@media only screen and (max-width: 991px) {
  .action-resultados {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.action-resultados select {
  display: none;
}
.action-resultados .btns__der {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.action-resultados .ordenar-por {
  display: inline-block;
  position: relative;
  width: 140px;
}
.action-resultados .ordenar-por > span {
  position: absolute;
  left: 5px;
  z-index: 99;
  bottom: 9px;
}
.action-resultados .ordenar-por .nice-select {
  width: 100%;
  padding-left: 30px;
  border: none;
}
.action-resultados a {
  display: inline-block;
  padding: 7px 10px;
  margin-left: 15px;
  color: #242428;
}
.action-resultados a img {
  margin-right: 3px;
  margin-bottom: 4px;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .action-resultados .ver-tabla {
    display: none;
  }
}
.action-resultados .buscar-mapa {
  font-weight: 700;
  color: #ff6f57;
}
.action-resultados .buscar-mapa.oculto {
  display: none;
}
@media only screen and (max-width: 768px) {
  .action-resultados .buscar-mapa {
    margin-left: 5px;
  }
  .action-resultados .buscar-mapa span {
    display: none;
  }
}
.action-resultados .buscar-lista {
  font-weight: 700;
  color: #004838;
}
.action-resultados .buscar-lista.oculto {
  display: none;
}
@media only screen and (max-width: 768px) {
  .action-resultados .buscar-lista {
    margin-left: 5px;
  }
  .action-resultados .buscar-lista span {
    display: none;
  }
}
.action-resultados .btn-filtrar {
  display: none;
}
@media only screen and (max-width: 991px) {
  .action-resultados .btn-filtrar {
    display: flex;
    border-radius: 4px;
    height: 40px;
    background: #07cdad;
    color: #fff;
    width: 117px;
    align-items: center;
    justify-content: center;
  }
  .action-resultados .btn-filtrar img {
    width: 15px;
    min-width: 15px;
    margin-right: 8px;
  }
  .action-resultados .btn-filtrar span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    font-size: 12px;
    background: #ff6f57;
    border-radius: 50%;
    font-weight: 700;
    margin-left: 5px;
  }
  .action-resultados .btn-filtrar span.oculto {
    display: none;
  }
}

.banner-img {
  margin: 55px 0;
}
.banner-img img {
  width: 100%;
}

.custom-check {
  margin-bottom: 10px;
}
.custom-check .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid #97A1A6;
  border-radius: 2px;
}
.custom-check .form-check-input:focus {
  box-shadow: none;
}
.custom-check .form-check-input:checked {
  background-color: #ff6f57;
}

.tags .tag {
  height: 25px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 2px 7px;
  display: inline-flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  margin-right: 4px;
}
.tags .tag img {
  margin-right: 5px;
}
.tags .tag.tag-verde-light {
  background-color: #07CDAD;
  color: #004838;
}
.tags .tag.tag-amarillo {
  background-color: #F7CD3D;
  color: #004838;
}
.tags .tag.tag-verde {
  background-color: #004838;
  color: #fff;
}
.tags .tag.tag-naranjo {
  background-color: #FCE5CD;
  color: #DD6D55;
}
.tags .tag.entrega_inmediata {
  background-color: #E9FAF3;
  color: #004838;
}
.tags .tag.estacionamiento_gratis {
  background-color: #004838;
  color: #fff;
}
.tags .tag.ultimas_unidades {
  background-color: #FCE5CD;
  color: #DD6D55;
}

.buscador-mapa {
  display: none;
  height: 730px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .buscador-mapa {
    height: 80vh;
  }
}
.buscador-mapa.visible {
  display: flex;
}
.buscador-mapa .mapa {
  height: 100%;
  position: relative;
  flex-grow: 1;
}
.buscador-mapa .mapa > div {
  height: 100%;
}
.buscador-mapa .mapa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buscador-mapa .mapa .card-proyecto-mapa {
  display: none;
}
.buscador-mapa .mapa .card-proyecto-mapa.visible {
  display: block;
}
.buscador-mapa .cards {
  width: 261px;
  min-width: 261px;
  margin-left: 10px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (max-width: 991px) {
  .buscador-mapa .cards {
    display: none;
  }
}
.buscador-mapa .cards::-webkit-scrollbar {
  width: 6px;
  border-radius: 100px;
}
.buscador-mapa .cards::-webkit-scrollbar-track {
  background: #DADCDE;
  border-radius: 100px;
}
.buscador-mapa .cards::-webkit-scrollbar-thumb {
  background: #ff6f57;
  border-radius: 100px;
}
.buscador-mapa .cards::-webkit-scrollbar-thumb:hover {
  background: #ff6f57;
}

.card-proyecto-mapa {
  border: 1px solid #E5E5E5;
  border-bottom: none;
  background: #fff;
}
.card-proyecto-mapa .card-proyecto__img {
  margin-bottom: 0;
}
.card-proyecto-mapa .card-proyecto__img img {
  border-radius: 8px 0px 0 0;
  height: 200px;
  object-fit: cover;
}
.card-proyecto-mapa .card-proyecto__content {
  padding: 15px 15px 11px;
}
.card-proyecto-mapa .card-proyecto__content h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
}
.card-proyecto-mapa .card-proyecto__content .direccion {
  font-style: italic;
}
.card-proyecto-mapa .card-proyecto__content p {
  font-size: 0.875rem;
  margin-bottom: 0.1rem;
}
.card-proyecto-mapa .card-proyecto__content p span {
  font-size: 1rem;
}
.card-proyecto-mapa .card-proyecto__action {
  border: none;
  padding: 0 15px;
  margin-top: 0;
}
.card-proyecto-mapa .card-proyecto__action .precio {
  text-align: left;
}
.card-proyecto-mapa .card-proyecto__action .precio p {
  font-size: 0.875rem;
  font-weight: 400;
}
.card-proyecto-mapa .card-proyecto__action .precio .valor-uf {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.card-proyecto-mapa .card-proyecto__action .precio .precio-uf {
  font-size: 1rem;
}
.card-proyecto-mapa.v2 {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 260px;
  border-radius: 8px;
  z-index: 999;
}
.card-proyecto-mapa.v2 .cerrar {
  position: absolute;
  background-color: #fff;
  color: #ff6f57;
  padding: 2px 5px;
  line-height: 1;
  right: 0;
  top: -20px;
  cursor: pointer;
}
.card-proyecto-mapa.v2 .card-proyecto__content h3 {
  margin-bottom: 0.1rem;
}
.card-proyecto-mapa.v2 .card-proyecto__content p span {
  font-weight: 700;
}
.card-proyecto-mapa.v2 .card-proyecto__action {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E5E5E5;
  padding: 10px 15px;
}
.card-proyecto-mapa.v2 .card-proyecto__action .precio {
  margin-bottom: 0;
}
.card-proyecto-mapa.v2 .card-proyecto__action .btn-primary {
  height: auto;
}
.card-proyecto-mapa.card-relative {
  position: relative;
  top: auto;
  left: auto;
}

.carrusel-card .tns-controls button {
  opacity: 0;
  transition: all 0.2s ease;
}
.carrusel-card:hover .tns-controls button {
  opacity: 1;
}

.proyectos-grid.tabla {
  display: flex;
  flex-wrap: wrap;
}
.proyectos-grid.oculto {
  display: none !important;
}

.panel-cards {
  display: none;
}
.panel-cards.visible {
  display: block;
}

.filtro-valor-uf.oculto {
  display: none;
}

.filtro-valor-pesos.oculto {
  display: none;
}

.form-check.oculto {
  display: none;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  z-index: 99;
}

.paginador {
  margin-top: 2rem;
}
.paginador.oculto {
  display: none;
}

.sin-resultados {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.sin-resultados.oculto {
  display: none;
}
.sin-resultados__content {
  padding-left: 10px;
}
.sin-resultados__content h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #97A1A6;
}
.sin-resultados__content p {
  color: #97A1A6;
  margin-bottom: 0;
  font-weight: 700;
}

.choices__list--dropdown .choices__item--selectable:after {
  display: none !important;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 0 !important;
}

.entiendo {
  text-align: center;
}
.entiendo a {
  color: #DD6D55;
}

.buscador-mapa .card-proyecto-mapa .card-proyecto__content {
  padding-bottom: 6px;
}
.buscador-mapa .card-proyecto-mapa .card-proyecto__content h3 {
  margin-bottom: 0;
  color: #242428;
}
.buscador-mapa .card-proyecto-mapa .card-proyecto__action .precio .valor-uf {
  color: #242428;
}
.buscador-mapa .no-resultados {
  text-align: center;
  padding: 10px;
}
.buscador-mapa .no-resultados img {
  margin-bottom: 7px;
}

.item-filtro.oculto {
  visibility: hidden;
  height: 0;
  margin: 0 0 !important;
}

select.selec {
  display: none;
}

.form-input {
  position: relative;
}

.card-proyecto-mapa {
  margin-bottom: 10px;
  border-radius: 8px;
  border-bottom: 1px solid #E5E5E5;
}

.card-proyecto-mapa a.card-proyecto__content {
  display: block;
}

.card-proyecto-mapa .card-proyecto__action {
  padding-bottom: 15px;
  display: block;
}

.filtros__content.oculto .filtro-range {
  position: relative;
}
.filtros__content.oculto .filtro-range:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 999;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  background: rgba(255, 255, 255, 0.8);
}

.proyectos-grid .card-lista__inmobiliaria .logo img {
  margin-bottom: 13px;
}

.rating .valoracion {
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .card-lista.card-tabla .card-lista__inmobiliaria .valoracion {
    margin-bottom: 0;
  }
}

.header-proyecto {
  padding: 1.6rem 0;
}
.header-proyecto .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .header-proyecto .container {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  .header-proyecto .container:first-child {
    margin-left: 0;
  }
}
.header-proyecto__izq {
  display: flex;
  flex-direction: column;
}
.header-proyecto__izq .w-header-proyecto__izq {
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .header-proyecto__izq {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .header-proyecto__izq {
    display: block;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header-proyecto__inmobiliaria {
    min-width: 90px !important;
    padding-right: 1rem;
  }
}
.header-proyecto__inmobiliaria .logo img {
  max-width: 200px;
  max-height: 130px;
}
@media only screen and (max-width: 768px) {
  .header-proyecto__inmobiliaria .logo img {
    max-width: 80px;
  }
}
.header-proyecto__inmobiliaria .valoracion {
  text-align: center;
  margin-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .header-proyecto__inmobiliaria .valoracion {
    text-align: left;
  }
}
.header-proyecto__inmobiliaria p {
  color: #97A1A6;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .header-proyecto__inmobiliaria p {
    text-align: left;
    margin-bottom: 12px;
  }
  .header-proyecto__inmobiliaria p br {
    display: none;
  }
}
.header-proyecto__titulo {
  padding-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .header-proyecto__titulo {
    padding-left: 0;
  }
}
.header-proyecto__titulo h1 {
  margin: 0;
  font-size: 3.75rem;
  color: #004838;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .header-proyecto__titulo h1 {
    font-size: 38px;
  }
}
.header-proyecto__titulo .direccion {
  color: #97A1A6;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .header-proyecto__der {
    display: none;
  }
}
.header-proyecto__der .propiedades {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .header-proyecto__der .propiedades {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 550px) {
  .header-proyecto__der .propiedades {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.header-proyecto__der .propiedades .item-propiedad {
  margin-left: 2.4rem;
  min-width: 53px;
}
.header-proyecto__der .propiedades .item-propiedad:nth-child(1) {
  min-width: 98px;
}
.header-proyecto__der .propiedades .item-propiedad:nth-child(2) {
  min-width: 138px;
}
@media only screen and (max-width: 1100px) {
  .header-proyecto__der .propiedades .item-propiedad:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 550px) {
  .header-proyecto__der .propiedades .item-propiedad {
    margin-left: 0px;
    margin-right: 30px;
  }
  .header-proyecto__der .propiedades .item-propiedad h5 {
    font-size: 1.3rem;
  }
  .header-proyecto__der .propiedades .item-propiedad:first-child {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .header-proyecto__der .propiedades .item-propiedad:nth-child(2) {
    margin-left: 0;
  }
  .header-proyecto__der .propiedades .item-propiedad:last-child {
    margin-right: 0;
  }
}
.header-proyecto__der .propiedades .item-propiedad p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.header-proyecto__der .propiedades .item-propiedad h5 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  color: #242428;
}
.header-proyecto.mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-proyecto.mobile {
    display: block;
    padding: 4rem 0 3rem;
  }
}
.header-proyecto.mobile .header-proyecto__izq {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-proyecto.mobile .header-proyecto__der {
    display: block;
  }
}

.section-proyecto {
  padding-top: 1rem;
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .section-proyecto {
    margin-bottom: 25px;
    padding-top: 25px;
  }
}

.menu-proyecto {
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .menu-proyecto {
    background: #ECEDED;
    padding: 20px 0;
  }
}
.menu-proyecto .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-proyecto nav {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .menu-proyecto nav {
    width: 100%;
  }
}
.menu-proyecto nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
  justify-content: space-between;
}
.menu-proyecto nav ul li a {
  color: #242428;
  font-size: 1rem;
  position: relative;
}
.menu-proyecto nav ul li a:after {
  content: "";
  width: 0%;
  background: #ff6f57;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s ease;
}
.menu-proyecto nav ul li a:hover:after {
  width: 100%;
}
.menu-proyecto .botones {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .menu-proyecto .botones {
    display: none;
  }
}
.menu-proyecto .botones a {
  margin-left: 5px;
}
.menu-proyecto.mobile {
  background: #004838;
  padding: 25px 0;
  display: none;
}
@media only screen and (max-width: 991px) {
  .menu-proyecto.mobile {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .menu-proyecto.mobile .botones {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
}
.menu-proyecto.mobile .botones .btn-secondary {
  background: #fff;
  border: none;
  width: calc(50% - 2px);
  margin-left: 0px;
  margin-right: 2px;
}
.menu-proyecto.mobile .botones .btn-green {
  width: calc(50% - 2px);
  margin-left: 2px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.menu-proyecto.mobile .botones .btn-primary {
  width: calc(50% - 2px);
  margin-left: 0px;
  margin-right: 2px;
}

.galeria-proyecto {
  background: #004838;
  padding: 25px 0;
}
@media only screen and (max-width: 991px) {
  .galeria-proyecto {
    padding: 0;
    margin: 0;
  }
  .galeria-proyecto .container {
    padding: 0;
  }
}
.galeria-proyecto .galeria-carrusel {
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .galeria-proyecto .galeria-carrusel {
    border-radius: 0;
  }
  .galeria-proyecto .galeria-carrusel .slider img {
    height: 430px;
    object-fit: cover;
  }
  .galeria-proyecto .galeria-carrusel .slider video {
    height: 430px;
    object-fit: cover;
  }
}
.galeria-proyecto .galeria-carrusel .small-slider img {
  margin-right: 10px;
}
.galeria-proyecto .galeria-carrusel .slider img {
  max-width: 100%;
  width: auto;
  object-fit: cover;
  height: 670px;
}
@media only screen and (max-width: 768px) {
  .galeria-proyecto .galeria-carrusel .slider img {
    height: 430px;
  }
}
.galeria-proyecto .galeria-carrusel .slider video {
  max-width: 100%;
  width: auto;
  object-fit: cover;
  height: 670px;
}
@media only screen and (max-width: 768px) {
  .galeria-proyecto .galeria-carrusel .slider video {
    height: 430px;
  }
}
.galeria-proyecto .galeria-carrusel .slider__slide {
  opacity: 1;
  text-align: center;
  background: #242428;
}
.galeria-proyecto .galeria-carrusel .carrusel-thumb {
  position: absolute;
  z-index: 99;
  bottom: 0.5rem;
  left: 0.5rem;
  width: 100%;
}
.galeria-proyecto .galeria-carrusel .thumb-slider img {
  width: 100px;
  max-width: 100%;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 4px;
  object-fit: cover;
}
.galeria-proyecto .galeria-carrusel .thumb-slider__slide {
  text-align: center;
  opacity: 1;
}
.galeria-proyecto .galeria-carrusel .thumb-slider__slide img {
  border: 1px solid #fff;
  border-radius: 4px;
}
.galeria-proyecto .galeria-carrusel .thumb-slider__slide.tns-nav-active {
  opacity: 1;
}

.equipamiento-proyecto {
  padding: 2.2rem 0;
}
.equipamiento-proyecto .carrusel {
  padding: 0 28px;
}
.equipamiento-proyecto .carrusel .c-equipamiento {
  margin: 0 auto;
}
.equipamiento-proyecto .item-equipamiento {
  text-align: center;
}
.equipamiento-proyecto .item-equipamiento__img {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.equipamiento-proyecto .item-equipamiento p {
  margin-bottom: 0;
}
.equipamiento-proyecto .tns-controls {
  display: block;
}
.equipamiento-proyecto .tns-controls button {
  background: rgba(221, 109, 85, 0.75);
  width: 20px;
  height: 40px;
  padding: 4px 0 0;
  top: 50%;
  transform: translateY(-50%);
}
.equipamiento-proyecto .tns-controls button:after {
  font-size: 0.8rem;
}
.equipamiento-proyecto .tns-controls button:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 7px;
  padding-right: 0;
  left: 0;
}
.equipamiento-proyecto .tns-controls button:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0;
  padding-right: 7px;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .v-virtual {
    margin-bottom: 0px;
  }
}

.visita-virtual iframe {
  width: 100%;
  height: 525px;
}
@media only screen and (max-width: 768px) {
  .visita-virtual iframe {
    border-radius: 8px;
    overflow: hidden;
    height: 350px;
  }
}

.descripcion-proyecto {
  border-radius: 8px;
  overflow: hidden;
  background: #EFEFEE;
}
.descripcion-proyecto .btn-secondary {
  border-radius: 0;
  height: 40px;
}
.descripcion-proyecto .row {
  align-items: center;
}
.descripcion-proyecto .video-entorno {
  width: 100%;
}
.descripcion-proyecto .entorno-texto {
  padding: 10px 25px 10px 5px;
}
@media only screen and (max-width: 768px) {
  .descripcion-proyecto .entorno-texto {
    padding: 15px;
  }
}

.titulo {
  font-size: 2.375rem;
  color: #004838;
  font-weight: 400;
  margin: 0 0 0.5rem;
}
@media only screen and (max-width: 768px) {
  .titulo {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.titulo.center {
  text-align: center;
}

.cotizar-modelo .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .cotizar-modelo .container {
    display: block;
    padding-top: 15px;
  }
}
.cotizar-modelo .filtros {
  width: 293px;
  min-width: 293px;
}
@media only screen and (max-width: 991px) {
  .cotizar-modelo .filtros {
    display: none;
  }
}
.cotizar-modelo .modelos {
  flex-grow: 1;
  margin-left: 10px;
  max-width: 912px;
  width: calc(100% - 303px);
}
@media only screen and (max-width: 991px) {
  .cotizar-modelo .modelos {
    width: 100%;
  }
}
.cotizar-modelo .modelos .row {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .cotizar-modelo .row.row-big {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .cotizar-modelo .row.row-big > [class^=col-],
  .cotizar-modelo .row.row-big > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .cotizar-modelo .action-resultados {
    display: none;
  }
}
.cotizar-modelo .action-resultados .ordenar-por {
  display: inline-block;
  position: relative;
  width: 140px;
}
.cotizar-modelo .action-resultados .ordenar-por > span {
  position: absolute;
  left: 5px;
  z-index: 99;
  bottom: 9px;
}
.cotizar-modelo .action-resultados .ordenar-por .nice-select {
  width: 100%;
  padding-left: 30px;
  border: none;
}
.cotizar-modelo .filtros-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .cotizar-modelo .filtros-mobile {
    display: block;
  }
}
.cotizar-modelo .filtros-mobile .w-filtros-mobile {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
}
.cotizar-modelo .filtros-mobile .w-filtros-mobile .form-group {
  margin-right: 15px;
}
.cotizar-modelo .filtros-mobile .w-filtros-mobile .form-group label {
  display: block;
  color: #242428;
  font-size: 1rem;
  margin-bottom: 3px;
}
.cotizar-modelo .filtros-mobile .w-filtros-mobile .form-group .select-mobile {
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.svg");
  background-size: 10px auto;
  background-position: 90% center;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #DADCDE;
  width: 100%;
  height: 50px;
  padding: 15px;
  font-size: 1rem;
  color: #5A5B63;
}
.cotizar-modelo .filtros-mobile .w-filtros-mobile .ordenar-por {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  position: relative;
  width: 44px;
  height: 50px;
  border: 1px solid #DADCDE;
  border-radius: 8px;
}
.cotizar-modelo .filtros-mobile .w-filtros-mobile .ordenar-por select {
  display: none;
}
.cotizar-modelo .filtros-mobile .w-filtros-mobile .ordenar-por > span {
  position: absolute;
  left: 14px;
  z-index: -1;
  bottom: 14px;
}
.cotizar-modelo .filtros-mobile .w-filtros-mobile .ordenar-por .nice-select {
  width: 100%;
  padding-left: 30px;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.cotizar-modelo .filtros-mobile .w-filtros-mobile .ordenar-por .nice-select:after {
  display: none;
}
.cotizar-modelo .filtros-mobile .w-filtros-mobile .ordenar-por .nice-select .current {
  display: none;
}
.cotizar-modelo .filtros-mobile .w-filtros-mobile .ordenar-por .nice-select .nice-select-dropdown {
  width: 140px;
  left: auto;
  right: 0;
}
.cotizar-modelo .carrusel .tns-ovh {
  padding-right: 100px;
}
@media only screen and (max-width: 380px) {
  .cotizar-modelo .carrusel .tns-ovh {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .cotizar-modelo .carrusel .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cotizar-modelo .carrusel .row.row-big > [class^=col-],
  .cotizar-modelo .carrusel .row.row-big > [class*=" col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cotizar-modelo .carrusel button:first-child {
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .cotizar-modelo .carrusel button:first-child {
    left: -15px;
  }
}
.cotizar-modelo .card-modelo {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
.cotizar-modelo .card-modelo.activo {
  border: 2px solid #ff6f57;
}
.cotizar-modelo .card-modelo__img {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 4px 4px 0 0;
  height: 200px;
  text-align: center;
  overflow: hidden;
}
.cotizar-modelo .card-modelo__img img {
  width: auto;
  height: 200px;
  object-fit: cover;
}
.cotizar-modelo .card-modelo__img img.fachada {
  width: 100%;
}
.cotizar-modelo .card-modelo__img .carrusel .tns-ovh {
  padding-right: 0px;
}
@media only screen and (max-width: 380px) {
  .cotizar-modelo .card-modelo__img .carrusel .tns-ovh {
    padding-right: 0px;
  }
}
.cotizar-modelo .card-modelo__content {
  border: 1px solid #E5E5E5;
  border-top: none;
  border-bottom: none;
  padding: 0.95rem;
}
.cotizar-modelo .card-modelo__content h5 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #242428;
}
.cotizar-modelo .card-modelo__content h4 {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #242428;
}
.cotizar-modelo .card-modelo__content .propiedades {
  display: flex;
}
.cotizar-modelo .card-modelo__content .propiedades .item-propiedad {
  margin-right: 1rem;
  margin-bottom: 0.95rem;
}
.cotizar-modelo .card-modelo__content .propiedades .item-propiedad .valor {
  font-weight: 700;
}
.cotizar-modelo .card-modelo__content .propiedades .item-propiedad p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.cotizar-modelo .card-modelo__content .superficies {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  gap: 0.8rem;
}
.cotizar-modelo .card-modelo__content .superficies .item-superficie {
  flex: 45%;
}
.cotizar-modelo .card-modelo__content .superficies .item-superficie .valor {
  font-weight: 700;
}
.cotizar-modelo .card-modelo__content .superficies .item-superficie p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.cotizar-modelo .card-modelo__footer {
  border: 1px solid #E5E5E5;
  border-radius: 0 0 4px 4px;
  padding: 0.625rem 0.95rem;
  display: flex;
  justify-content: space-between;
}
.cotizar-modelo .card-modelo__footer .precio p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.cotizar-modelo .card-modelo__footer .precio .precio-uf {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.cotizar-modelo .card-modelo__footer .btn-primary {
  height: 63px;
}
.cotizar-modelo .card-modelo__footer .btn-primary.disabled {
  cursor: not-allowed;
}

@media only screen and (max-width: 991px) {
  .ubicacion-proyecto {
    padding-top: 25px;
  }
}
.ubicacion-proyecto .mapa {
  height: 457px;
  width: 100%;
  background: #999;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .ubicacion-proyecto .mapa {
    height: auto;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
  }
}
.ubicacion-proyecto .mapa-iframe {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .ubicacion-proyecto .mapa-iframe {
    height: 186px;
  }
}
.ubicacion-proyecto .mapa-iframe iframe {
  width: 100%;
  height: 100%;
}
.ubicacion-proyecto .box-mapa {
  width: 445px;
  background: #fff;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .ubicacion-proyecto .box-mapa {
    position: relative;
    top: auto;
    right: 0;
    transform: translateY(0);
    width: 100%;
  }
}
.ubicacion-proyecto .box-mapa__content {
  padding: 15px;
}
.ubicacion-proyecto .box-mapa__content .logo-inmobiliaria img {
  max-width: 100px;
}
.ubicacion-proyecto .box-mapa__content .titulo-proyecto p {
  color: #004838;
  font-size: 1rem;
  margin-bottom: 0;
}
.ubicacion-proyecto .box-mapa__content .titulo-proyecto h3 {
  font-size: 3.75rem;
  margin: 0 0 0.5rem;
  color: #004838;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 550px) {
  .ubicacion-proyecto .box-mapa__content .titulo-proyecto h3 {
    font-size: 3rem;
    margin: 0.5rem 0 0.7rem;
  }
}
.ubicacion-proyecto .box-mapa__content .titulo-proyecto .direccion {
  color: #97A1A6;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.ubicacion-proyecto .box-mapa__footer {
  background: #ECEDED;
  padding: 15px;
}
.ubicacion-proyecto .box-mapa__footer a {
  display: inline-block;
  margin-right: 30px;
}
.ubicacion-proyecto .box-mapa__footer a img {
  vertical-align: bottom;
}

.acerca {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .acerca {
    padding-top: 25px;
  }
}
.acerca .titulo {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .acerca .titulo {
    margin-bottom: 1rem;
  }
}
.acerca__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .acerca__content {
    flex-direction: column;
  }
}
.acerca__content .datos-inmobiliaria .logo-inmobiliaria img {
  max-width: 200px;
}
.acerca__content .cifras {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .acerca__content .cifras {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.acerca__content .cifras .item-cifra {
  padding: 0.5rem 2.2rem 0;
  border-right: 1px solid #999;
  width: 210px;
}
.acerca__content .cifras .item-cifra:last-child {
  border: none;
}
.acerca__content .cifras .item-cifra .valor {
  font-size: 2.375rem;
  font-weight: 700;
  color: #004838;
}
.acerca__content .cifras .item-cifra p {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .acerca__content .cifras .item-cifra {
    padding: 0.5rem 20px 2rem;
    text-align: center;
    border: none;
    margin-bottom: 1rem;
    max-width: 350px;
  }
  .acerca__content .cifras .item-cifra:nth-child(1) {
    width: 100%;
  }
  .acerca__content .cifras .item-cifra:nth-child(2) {
    width: 100%;
  }
  .acerca__content .cifras .item-cifra:nth-child(3) {
    width: 100%;
    padding-top: 1.5rem;
  }
  .acerca__content .cifras .item-cifra .valor {
    font-size: 1.5rem;
  }
}

.datos-inmobiliaria {
  text-align: center;
}
.datos-inmobiliaria .valoracion {
  text-align: center;
}
.datos-inmobiliaria p {
  color: #97A1A6;
  font-size: 0.875rem;
}

.testimonios {
  padding: 1rem 0;
}
@media only screen and (max-width: 991px) {
  .testimonios {
    padding-bottom: 4rem;
  }
}
.testimonios .card-testimonio {
  border: 1px solid #DADCDE;
  border-radius: 8px;
  padding: 1.25rem;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonios .card-testimonio p {
  font-size: 1.125rem;
  line-height: 1.4;
}
.testimonios .card-testimonio h5 {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  color: #97A1A6;
}
.testimonios .carrusel-testimonios {
  padding: 0 20px;
}
.testimonios .carrusel-testimonios .tns-inner {
  padding-right: 200px;
}
@media only screen and (max-width: 768px) {
  .testimonios .carrusel-testimonios .tns-inner {
    padding-right: 0;
  }
}
.testimonios .tns-controls {
  display: block;
}
.testimonios .tns-controls button {
  background: rgba(221, 109, 85, 0.75);
  width: 20px;
  height: 40px;
  padding: 4px 0 0;
  top: 50%;
  transform: translateY(-50%);
}
.testimonios .tns-controls button:after {
  font-size: 0.8rem;
}
.testimonios .tns-controls button:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 7px;
  padding-right: 0;
  left: 0;
}
.testimonios .tns-controls button:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0;
  padding-right: 7px;
  right: 0;
}

.bg-gris {
  background: #ECEDED;
}

.proyectos-similares {
  padding: 2.8rem;
}
.proyectos-similares .titulo {
  margin-bottom: 2rem;
}
.proyectos-similares .card-proyecto {
  max-width: 100%;
  margin-bottom: 1rem;
}

.card-proyecto {
  width: 270px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  padding: 5px 10px 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 4px;
}
.card-proyecto__inmobiliaria {
  display: flex;
  align-items: center;
}
.card-proyecto__inmobiliaria .nombre-inmobiliaria {
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.87rem;
}
.card-proyecto__inmobiliaria .valoracion {
  margin-bottom: 0.3rem;
}
.card-proyecto__img {
  width: 100%;
  margin-bottom: 10px;
}
.card-proyecto__img img {
  width: 100%;
}
.card-proyecto__content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #444;
  margin: 0;
}
.card-proyecto__content .direccion {
  font-size: 0.875rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
.card-proyecto__content .propiedades .item-propiedad {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.card-proyecto__content .propiedades .item-propiedad img {
  width: 17px;
  margin-right: 6px;
}
.card-proyecto__content .propiedades .item-propiedad img.ic-sup {
  width: 18px;
}
.card-proyecto__content .propiedades .item-propiedad img.ic-dor {
  width: 14px;
}
.card-proyecto__content .propiedades .item-propiedad img.ic-banos {
  width: 17px;
}
.card-proyecto__content .propiedades .item-propiedad__content h5 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}
.card-proyecto__content .propiedades .item-propiedad__content p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.card-proyecto__content .superficies {
  display: flex;
}
.card-proyecto__content .superficies .item-superficie {
  margin-right: 1rem;
  margin-bottom: 0.95rem;
}
.card-proyecto__content .superficies .item-superficie .valor {
  font-weight: 700;
}
.card-proyecto__content .superficies .item-superficie p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.card-proyecto__action {
  border-top: 1px solid #DADCDE;
  padding-top: 0.5rem;
  margin-top: 10px;
}
.card-proyecto__action .precio {
  text-align: center;
  margin-bottom: 7px;
}
.card-proyecto__action .precio p {
  font-size: 1rem;
  margin-bottom: 0;
}
.card-proyecto__action .precio .valor-uf {
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1;
}
.card-proyecto__action .precio .precio-clp {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.card-proyecto__action .botones {
  justify-content: space-between;
  display: flex;
  margin-bottom: 5px;
}
.card-proyecto__action .botones a {
  height: 40px;
  width: 49%;
  padding: 0 10px;
}
.card-proyecto__action .views {
  color: #97A1A6;
  font-size: 0.875rem;
  line-height: 1.1;
}

.selecciona-unidad {
  padding: 1.2rem 1.5rem;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .selecciona-unidad {
    padding: 1rem 0;
    box-shadow: none;
  }
}
.selecciona-unidad h4 {
  color: #004838;
  font-size: 1.5rem;
  font-weight: 700;
}
.selecciona-unidad .unidad__datos {
  padding-bottom: 1rem;
}
.selecciona-unidad .unidad__datos .unidad__select {
  margin-bottom: 1.5rem;
}
.selecciona-unidad .unidad__datos .unidad__select label {
  display: block;
}
.selecciona-unidad .unidad__datos .unidad__select select {
  display: none;
}
.selecciona-unidad .unidad__datos .unidad__select select.oculto {
  display: none;
}
.selecciona-unidad .unidad__datos .unidad__select .nice-select {
  width: 180px;
  float: none;
  height: 50px;
  padding-top: 6px;
}
.selecciona-unidad .unidad__datos .unidad__select .nice-select.oculto {
  display: none;
}
.selecciona-unidad .unidad__datos .item-dato {
  position: relative;
  padding-left: 34px;
  color: #1e1e1e;
  margin-bottom: 0.7rem;
}
.selecciona-unidad .unidad__datos .item-dato.oculto {
  display: none;
}
.selecciona-unidad .unidad__datos .item-dato img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 19px;
}
.selecciona-unidad .adicionales {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 0.95rem;
  margin-bottom: 15px;
}
.selecciona-unidad .adicionales h5 {
  color: #242428;
  font-size: 1rem;
  font-weight: 700;
}
.selecciona-unidad .adicionales .item-ad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.selecciona-unidad .adicionales .item-ad:last-child {
  margin-bottom: 0;
}
.selecciona-unidad .adicionales .item-ad.c-b {
  border-bottom: 1px dashed #97A1A6;
  padding-bottom: 0.5rem;
}
.selecciona-unidad .adicionales .item-ad .valor-uf {
  font-size: 1rem;
  font-weight: 700;
  color: #1e1e1e;
}
.selecciona-unidad .text-center .btn-primary {
  width: 157px;
  height: 50px;
}

.simula-credito {
  padding: 0.95rem 1.5rem;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .simula-credito {
    padding: 1rem 0;
    box-shadow: none;
  }
}
.simula-credito h4 {
  color: #004838;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.simula-credito .rangos-simulador {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .simula-credito .rangos-simulador {
    flex-direction: column;
  }
}
.simula-credito .rangos-simulador .item-rango {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .simula-credito .rangos-simulador .item-rango {
    margin-bottom: 10px;
  }
}
.simula-credito .rangos-simulador .item-rango .inputs {
  margin-bottom: 5px;
  position: relative;
}
.simula-credito .rangos-simulador .item-rango .inputs input {
  height: 40px;
  text-align: center;
  border: 1px solid #DADCDE;
  border-radius: 4px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .simula-credito .rangos-simulador .item-rango .inputs input {
    width: 100%;
  }
}
.simula-credito .rangos-simulador .item-rango .inputs .suf1 {
  position: absolute;
  left: auto;
  right: 5%;
  z-index: 1;
  color: #999;
  font-size: 14px;
  top: 10px;
}
.simula-credito .rangos-simulador .item-rango .inputs .pref1 {
  position: absolute;
  left: 2%;
  z-index: 1;
  color: #999;
  font-size: 14px;
  top: 8px;
}
.simula-credito .rangos-simulador .item-rango .inputs .pref2 {
  position: absolute;
  left: 54%;
  z-index: 1;
  color: #999;
  font-size: 14px;
  top: 3.5px;
}
.simula-credito .rangos-simulador .item-rango .inputs.doble {
  position: relative;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .simula-credito .rangos-simulador .item-rango .inputs.doble {
    width: 100%;
  }
}
.simula-credito .rangos-simulador .item-rango .inputs.doble .suf2 {
  position: absolute;
  left: 94%;
  z-index: 1;
  color: #999;
  font-size: 14px;
  top: 10px;
}
.simula-credito .rangos-simulador .item-rango .inputs.doble input:first-child {
  width: 129px;
  min-width: 129px;
}
@media only screen and (max-width: 768px) {
  .simula-credito .rangos-simulador .item-rango .inputs.doble input:first-child {
    width: 48%;
    min-width: 48%;
  }
}
.simula-credito .rangos-simulador .item-rango .inputs.doble input:nth-child(2) {
  width: 100px;
  min-width: 100px;
}
@media only screen and (max-width: 768px) {
  .simula-credito .rangos-simulador .item-rango .inputs.doble input:nth-child(2) {
    width: 48%;
    min-width: 48%;
  }
}
.simula-credito .rangos-simulador.bloqueado .rs-container {
  display: none;
}
.simula-credito .tabla-simulador {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 25px;
}
.simula-credito .tabla-simulador table {
  width: 100%;
}
.simula-credito .tabla-simulador table tr th {
  font-size: 1rem;
  font-weight: 700;
  width: 33.3%;
  padding: 8px 5px;
}
.simula-credito .tabla-simulador table tr th:nth-child(2) {
  text-align: center;
}
.simula-credito .tabla-simulador table tr th:last-child {
  text-align: right;
}
.simula-credito .tabla-simulador table tr td {
  width: 33.3%;
  border-top: 1px solid #DADCDE;
  padding: 8px 5px;
}
.simula-credito .tabla-simulador table tr td:first-child {
  font-weight: bold;
}
.simula-credito .tabla-simulador table tr td:nth-child(2) {
  text-align: center;
}
.simula-credito .tabla-simulador table tr td:last-child {
  text-align: right;
}
.simula-credito .botones {
  display: flex;
  align-items: center;
  justify-content: center;
}
.simula-credito .botones a {
  min-width: 160px;
  margin: 0 12px;
}
@media only screen and (max-width: 550px) {
  .simula-credito .botones a {
    min-width: 140px;
    padding: 0 10px;
    margin: 0 5px;
  }
}

.resultados-simulador {
  background: #2A493A;
  width: 397px;
  border-radius: 8px;
  overflow: hidden;
}
.resultados-simulador .valor-propiedad {
  background: rgba(0, 0, 0, 0.45);
  text-align: center;
  padding: 1.2rem 1.2rem 0.8rem;
}
.resultados-simulador .valor-propiedad h5 {
  color: #07cdad;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resultados-simulador .valor-propiedad h5 img {
  margin-right: 0.5rem;
}
.resultados-simulador .valor-propiedad .valor-uf {
  font-size: 2.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.resultados-simulador .valor-propiedad .valor-peso {
  font-size: 1.5rem;
  color: #fff;
}
.resultados-simulador .otros-valores-propiedad {
  padding: 1rem 1.5rem 1rem;
}
.resultados-simulador .otros-valores-propiedad .item-valor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.resultados-simulador .otros-valores-propiedad .item-valor .v-uf {
  font-weight: 400;
  color: #fff;
}
.resultados-simulador .otros-valores-propiedad .item-valor .v-peso {
  font-weight: 700;
  color: #fff;
  text-align: right;
}
.resultados-simulador .otros-valores-propiedad .item-valor .v-peso span.small {
  display: block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2px;
}
.resultados-simulador .otros-valores-propiedad .botones {
  padding: 0 0px;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.resultados-simulador .otros-valores-propiedad .botones a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 295px;
  margin: 0 auto 10px;
  height: 46px;
}
.resultados-simulador .otros-valores-propiedad .botones a.btn-simula {
  color: #07cdad;
  font-weight: 700;
  border: 1px solid #07cdad;
  border-radius: 4px;
}
.resultados-simulador .leer-terminos {
  color: #07cdad;
  text-align: center;
  padding-bottom: 5px;
}
.resultados-simulador .leer-terminos img {
  margin-right: 3px;
}
.resultados-simulador .leer-terminos a {
  color: #07cdad;
}

.opcion-mobile {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
}
.opcion-mobile.visible {
  opacity: 1;
  visibility: visible;
}
.opcion-mobile__panel {
  background: #fff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  padding: 25px 10px;
}
.opcion-mobile__panel h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
}
.opcion-mobile__panel .custom-check .form-check-input {
  border-color: #ff6f57;
}
.opcion-mobile__panel .btn-secondary {
  width: 100%;
  margin-top: 1rem;
  height: 46px;
}

.extras .item-extra {
  height: 25px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 2px 7px;
  display: inline-flex;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.extras .item-extra img {
  margin-right: 5px;
}
.extras .item-extra.tag-verde-light {
  background-color: #E9FAF3;
  color: #004838;
}
.extras .item-extra.tag-verde {
  background-color: #004838;
  color: #fff;
}
.extras .item-extra.tag-naranjo {
  background-color: #FCE5CD;
  color: #DD6D55;
}

.cotizador {
  padding: 2rem 0;
}
.cotizador.oculto {
  display: none;
}
.cotizador .w-cotizador {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .cotizador .w-cotizador {
    display: block;
  }
}
.cotizador .w-cotizador.activo {
  justify-content: space-between;
}
.cotizador .w-cotizador .cotizador__izq {
  width: 800px;
  min-width: 700px;
}
.cotizador .w-cotizador .cotizador__izq .simula-credito {
  display: none;
}
@media only screen and (max-width: 991px) {
  .cotizador .w-cotizador .cotizador__izq {
    width: 100%;
    min-width: 0;
  }
}
.cotizador .w-cotizador .btn-primary.oculto {
  display: none;
}
.cotizador .w-cotizador .resultados-simulador {
  display: none;
  min-width: 250px;
}
@media only screen and (max-width: 991px) {
  .cotizador .w-cotizador .resultados-simulador {
    width: 100%;
  }
}
.cotizador .w-cotizador.activo .cotizador__izq .simula-credito {
  display: block;
}
.cotizador .w-cotizador.activo .resultados-simulador {
  display: block;
  position: sticky;
  top: 73px;
}
.cotizador .w-cotizador.activo .resultados-simulador.resultados-simulador--mobile {
  display: none;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .cotizador .w-cotizador.activo .resultados-simulador {
    position: relative;
    top: 0;
  }
  .cotizador .w-cotizador.activo .resultados-simulador.resultados-simulador--desktop {
    display: none;
  }
  .cotizador .w-cotizador.activo .resultados-simulador.resultados-simulador--mobile {
    display: block;
  }
}

.nice-select.open .nice-select-dropdown {
  width: 100%;
}

.modal-datos {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  padding: 20px;
  display: none;
}
.modal-datos.visible {
  display: block;
}
.modal-datos .w-modal {
  width: 465px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .modal-datos .w-modal {
    padding: 50px 20px;
  }
}
.modal-datos .w-modal .cerrar {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff6f57;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 0 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-bottom: 4px;
}
.modal-datos .w-modal h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #004838;
  margin: 0 0 10px;
}
.modal-datos .w-modal p {
  color: #97A1A6;
  text-align: center;
  margin-bottom: 2rem;
}
.modal-datos .w-modal .group-checks {
  display: flex;
}
.modal-datos .w-modal .group-checks .item-check {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.modal-datos .w-modal .group-checks .item-check:first-child {
  margin-left: 0;
}
.modal-datos .w-modal .group-checks input {
  width: 18px;
  margin-right: 7px;
}
.modal-datos .w-modal .separador {
  height: 1px;
  width: 100%;
  background: #97A1A6;
  margin: 25px 0;
  position: relative;
}
.modal-datos .w-modal .separador span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  top: -14px;
}
.modal-datos .w-modal .separador span:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #97A1A6;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 6px;
}
.modal-datos .w-modal .group-fono {
  display: flex;
}
.modal-datos .w-modal .group-fono .select-flags {
  position: relative;
}
.modal-datos .w-modal .group-fono .select-flags .current {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  height: 50px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background-image: url("../images/bg-select.svg");
  background-size: 10px auto;
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-left: 12px;
  cursor: pointer;
}
.modal-datos .w-modal .group-fono .select-flags .list-flags {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 200px;
  z-index: 99;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  margin: 8px 0;
  height: 0;
  display: none;
}
.modal-datos .w-modal .group-fono .select-flags .list-flags.visible {
  max-height: 250px;
  overflow: scroll;
  max-height: 250px;
  display: block;
  height: auto;
  overflow: scroll;
}
.modal-datos .w-modal .group-fono .select-flags .list-flags li {
  display: flex;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #c0ccda;
  cursor: pointer;
}
.modal-datos .w-modal .group-fono .select-flags .list-flags li:hover {
  background: #f4f4f4;
}
.modal-datos .w-modal .group-fono .select-flags .list-flags li .sib-flag {
  margin-right: 5px;
}
.modal-datos .w-modal .group-fono .code {
  border: 1px solid #DADCDE;
  border-radius: 4px;
  height: 50px;
  width: 70px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
.modal-datos .w-modal .botones {
  width: 243px;
  margin: 0 auto;
}
.modal-datos .w-modal .botones a {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.modal-datos .w-modal .botones a img {
  width: 100%;
}

.modal-terminos {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  padding: 20px;
  display: none;
}
.modal-terminos.visible {
  display: block;
}
.modal-terminos .w-modal {
  width: 465px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .modal-terminos .w-modal {
    padding: 50px 20px;
  }
}
.modal-terminos .w-modal .cerrar {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff6f57;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 0 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-bottom: 4px;
}
.modal-terminos .w-modal h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #004838;
  margin: 0 0 20px;
}
.modal-terminos .w-modal p {
  color: #1e1e1e;
  text-align: left;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.modal-terminos .w-modal .panel-terminos {
  height: 400px;
  overflow: auto;
  margin-bottom: 25px;
}
.modal-terminos .w-modal .acepto {
  margin-bottom: 40px;
  text-align: center;
}
.modal-terminos .w-modal .boton {
  text-align: center;
}
.modal-terminos .w-modal .boton a {
  width: 295px;
  margin: 0 auto;
}
.modal-terminos .w-modal .group-checks {
  display: flex;
}
.modal-terminos .w-modal .group-checks .item-check {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.modal-terminos .w-modal .group-checks .item-check:first-child {
  margin-left: 0;
}
.modal-terminos .w-modal .group-checks input {
  width: 18px;
  margin-right: 7px;
}
.modal-terminos .w-modal .separador {
  height: 1px;
  width: 100%;
  background: #97A1A6;
  margin: 25px 0;
  position: relative;
}
.modal-terminos .w-modal .separador span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  top: -14px;
}
.modal-terminos .w-modal .separador span:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #97A1A6;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 6px;
}
.modal-terminos .w-modal .botones {
  width: 243px;
  margin: 0 auto;
}
.modal-terminos .w-modal .botones a {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.modal-terminos .w-modal .botones a img {
  width: 100%;
}

.modal-terminos2 {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  padding: 20px;
  display: none;
}
.modal-terminos2.visible {
  display: block;
}
.modal-terminos2 .w-modal {
  width: 465px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .modal-terminos2 .w-modal {
    padding: 50px 20px;
  }
}
.modal-terminos2 .w-modal .cerrar {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff6f57;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 0 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-bottom: 4px;
}
.modal-terminos2 .w-modal h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #004838;
  margin: 0 0 20px;
}
.modal-terminos2 .w-modal p {
  color: #1e1e1e;
  text-align: left;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.modal-terminos2 .w-modal .panel-terminos {
  height: 400px;
  overflow: auto;
  margin-bottom: 25px;
}
.modal-terminos2 .w-modal .acepto {
  margin-bottom: 40px;
  text-align: center;
}
.modal-terminos2 .w-modal .boton {
  text-align: center;
}
.modal-terminos2 .w-modal .boton a {
  width: 295px;
  margin: 0 auto;
}
.modal-terminos2 .w-modal .group-checks {
  display: flex;
}
.modal-terminos2 .w-modal .group-checks .item-check {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.modal-terminos2 .w-modal .group-checks .item-check:first-child {
  margin-left: 0;
}
.modal-terminos2 .w-modal .group-checks input {
  width: 18px;
  margin-right: 7px;
}
.modal-terminos2 .w-modal .separador {
  height: 1px;
  width: 100%;
  background: #97A1A6;
  margin: 25px 0;
  position: relative;
}
.modal-terminos2 .w-modal .separador span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  top: -14px;
}
.modal-terminos2 .w-modal .separador span:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #97A1A6;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 6px;
}
.modal-terminos2 .w-modal .botones {
  width: 243px;
  margin: 0 auto;
}
.modal-terminos2 .w-modal .botones a {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.modal-terminos2 .w-modal .botones a img {
  width: 100%;
}

.modal-exito {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  padding: 20px;
  display: none;
}
.modal-exito.visible {
  display: block;
}
.modal-exito .w-modal {
  width: 465px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .modal-exito .w-modal {
    padding: 50px 20px;
  }
}
.modal-exito .w-modal .cerrar {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff6f57;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 0 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-bottom: 4px;
}
.modal-exito .w-modal h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #004838;
  margin: 0 0 20px;
}
.modal-exito .w-modal p {
  color: #1e1e1e;
  text-align: left;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.modal-exito .w-modal .acepto {
  margin-bottom: 40px;
  text-align: center;
}
.modal-exito .w-modal .boton {
  text-align: center;
}
.modal-exito .w-modal .boton a {
  width: 295px;
  margin: 0 auto;
}
.modal-exito .w-modal .botones {
  width: 243px;
  margin: 0 auto;
}
.modal-exito .w-modal .botones a {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.modal-exito .w-modal .botones a img {
  width: 100%;
}

.modal-error {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  padding: 20px;
  display: none;
}
.modal-error.visible {
  display: block;
}
.modal-error .w-modal {
  width: 465px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .modal-error .w-modal {
    padding: 50px 20px;
  }
}
.modal-error .w-modal .cerrar {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff6f57;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 0 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-bottom: 4px;
}
.modal-error .w-modal h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #004838;
  margin: 0 0 20px;
}
.modal-error .w-modal p {
  color: #1e1e1e;
  text-align: left;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.modal-error .w-modal .acepto {
  margin-bottom: 40px;
  text-align: center;
}
.modal-error .w-modal .boton {
  text-align: center;
}
.modal-error .w-modal .boton a {
  width: 295px;
  margin: 0 auto;
}
.modal-error .w-modal .botones {
  width: 243px;
  margin: 0 auto;
}
.modal-error .w-modal .botones a {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.modal-error .w-modal .botones a img {
  width: 100%;
}

.cotizar-modelo .card-modelo__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cotizar-modelo .card-modelo__img .carrusel {
  width: 100%;
}
.cotizar-modelo .card-modelo__img img {
  width: 100%;
  object-position: center;
  height: auto;
  object-fit: cover;
}

.proyectos-grid .card-tabla {
  position: relative;
  padding-bottom: 150px;
}
.proyectos-grid .card-tabla .card-lista__action {
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  bottom: 0;
  padding-bottom: 10px;
}

.resultados-simulador .btn-green:hover {
  background: #07cdad;
}

@media only screen and (max-width: 768px) {
  .cotizar-modelo .filtros-mobile .w-filtros-mobile .ordenar-por {
    display: none;
  }
}

.c-unidad-mw {
  text-align: center;
}

.toast {
  position: fixed;
  bottom: 20px;
  /* Inicia fuera de la pantalla */
  right: 20px;
  background-color: #333;
  color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  width: 250px;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
  /* Se desliza hacia abajo */
}

.toast.success {
  background-color: green;
}

.toast.error {
  background-color: red;
}

.sib-flag {
  display: inline-block;
  width: 32px;
  min-width: 2rem;
  height: 32px;
  background: url(../images/flags.png) no-repeat;
}

.sib-flag.sib-flag-ad {
  background-position: -3px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ae {
  background-position: -36px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-af {
  background-position: -69px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ag {
  background-position: -102px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ai {
  background-position: -135px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-al {
  background-position: -168px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-am {
  background-position: -201px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ao {
  background-position: -234px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-aq {
  background-position: -267px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ar {
  background-position: -300px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-as {
  background-position: -333px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-at {
  background-position: -366px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-au {
  background-position: -399px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-aw {
  background-position: -432px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ax {
  background-position: -465px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-az {
  background-position: -498px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ba {
  background-position: -3px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bb {
  background-position: -36px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bd {
  background-position: -69px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-be {
  background-position: -102px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bf {
  background-position: -135px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bg {
  background-position: -168px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bh {
  background-position: -201px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bi {
  background-position: -234px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bj {
  background-position: -267px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bl {
  background-position: -300px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bm {
  background-position: -333px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bn {
  background-position: -366px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bo {
  background-position: -399px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bq {
  background-position: -432px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-br {
  background-position: -465px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bs {
  background-position: -498px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bt {
  background-position: -3px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bv {
  background-position: -36px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bw {
  background-position: -69px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-by {
  background-position: -102px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bz {
  background-position: -135px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ca {
  background-position: -168px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cc {
  background-position: -201px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cd {
  background-position: -234px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cf {
  background-position: -267px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cg {
  background-position: -300px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ch {
  background-position: -333px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ci {
  background-position: -366px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ck {
  background-position: -399px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cl {
  background-position: -432px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cm {
  background-position: -465px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cn {
  background-position: -498px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-co {
  background-position: -3px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cr {
  background-position: -36px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cu {
  background-position: -69px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cv {
  background-position: -102px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cw {
  background-position: -135px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cx {
  background-position: -168px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cy {
  background-position: -201px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cz {
  background-position: -234px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-de {
  background-position: -267px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dj {
  background-position: -300px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dk {
  background-position: -333px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dm {
  background-position: -366px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-do {
  background-position: -399px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dz {
  background-position: -432px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ec {
  background-position: -465px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ee {
  background-position: -498px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-eg {
  background-position: -3px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-eh {
  background-position: -36px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-er {
  background-position: -69px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-es {
  background-position: -102px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-et {
  background-position: -135px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fi {
  background-position: -168px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fj {
  background-position: -201px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fk {
  background-position: -234px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fm {
  background-position: -267px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fo {
  background-position: -300px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fr {
  background-position: -333px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ga {
  background-position: -366px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gb {
  background-position: -399px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gd {
  background-position: -432px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ge {
  background-position: -465px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gf {
  background-position: -498px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gg {
  background-position: -3px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gh {
  background-position: -36px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gi {
  background-position: -69px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gl {
  background-position: -102px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gm {
  background-position: -135px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gn {
  background-position: -168px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gp {
  background-position: -201px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gq {
  background-position: -234px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gr {
  background-position: -267px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gs {
  background-position: -300px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gt {
  background-position: -333px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gu {
  background-position: -366px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gw {
  background-position: -399px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gy {
  background-position: -432px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hk {
  background-position: -465px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hm {
  background-position: -498px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hn {
  background-position: -3px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hr {
  background-position: -36px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ht {
  background-position: -69px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hu {
  background-position: -102px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-id {
  background-position: -135px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ie {
  background-position: -168px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-il {
  background-position: -201px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-im {
  background-position: -234px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-in {
  background-position: -267px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-io {
  background-position: -300px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-iq {
  background-position: -333px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ir {
  background-position: -366px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-is {
  background-position: -399px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-it {
  background-position: -432px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-je {
  background-position: -465px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-jm {
  background-position: -498px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-jo {
  background-position: -3px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-jp {
  background-position: -36px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ke {
  background-position: -69px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kg {
  background-position: -102px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kh {
  background-position: -135px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ki {
  background-position: -168px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-km {
  background-position: -201px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kn {
  background-position: -234px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kp {
  background-position: -267px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kr {
  background-position: -300px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kw {
  background-position: -333px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ky {
  background-position: -366px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kz {
  background-position: -399px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-la {
  background-position: -432px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lb {
  background-position: -465px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lc {
  background-position: -498px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-li {
  background-position: -3px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lk {
  background-position: -36px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lr {
  background-position: -69px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ls {
  background-position: -102px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lt {
  background-position: -135px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lu {
  background-position: -168px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lv {
  background-position: -201px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ly {
  background-position: -234px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ma {
  background-position: -267px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mc {
  background-position: -300px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-md {
  background-position: -333px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-me {
  background-position: -366px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mf {
  background-position: -399px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mg {
  background-position: -432px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mh {
  background-position: -465px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mk {
  background-position: -498px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ml {
  background-position: -3px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mm {
  background-position: -36px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mn {
  background-position: -69px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mo {
  background-position: -102px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mp {
  background-position: -135px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mq {
  background-position: -168px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mr {
  background-position: -201px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ms {
  background-position: -234px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mt {
  background-position: -267px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mu {
  background-position: -300px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mv {
  background-position: -333px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mw {
  background-position: -366px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mx {
  background-position: -399px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-my {
  background-position: -432px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mz {
  background-position: -465px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-na {
  background-position: -498px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nc {
  background-position: -3px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ne {
  background-position: -36px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nf {
  background-position: -69px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ng {
  background-position: -102px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ni {
  background-position: -135px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nl {
  background-position: -168px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-no {
  background-position: -201px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-np {
  background-position: -234px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nr {
  background-position: -267px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nu {
  background-position: -300px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nz {
  background-position: -333px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-om {
  background-position: -366px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pa {
  background-position: -399px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pe {
  background-position: -432px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pf {
  background-position: -465px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pg {
  background-position: -498px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ph {
  background-position: -3px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pk {
  background-position: -36px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pl {
  background-position: -69px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pm {
  background-position: -102px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pn {
  background-position: -135px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pr {
  background-position: -168px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ps {
  background-position: -201px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pt {
  background-position: -234px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pw {
  background-position: -267px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-py {
  background-position: -300px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-qa {
  background-position: -333px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-re {
  background-position: -366px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ro {
  background-position: -399px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-rs {
  background-position: -432px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ru {
  background-position: -465px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-rw {
  background-position: -498px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sa {
  background-position: -3px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sb {
  background-position: -36px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sc {
  background-position: -69px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sd {
  background-position: -102px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-se {
  background-position: -135px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sg {
  background-position: -168px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sh {
  background-position: -201px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-si {
  background-position: -234px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sj {
  background-position: -267px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sk {
  background-position: -300px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sl {
  background-position: -333px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sm {
  background-position: -366px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sn {
  background-position: -399px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-so {
  background-position: -432px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sr {
  background-position: -465px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ss {
  background-position: -498px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-st {
  background-position: -3px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sv {
  background-position: -36px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sx {
  background-position: -69px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sy {
  background-position: -102px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sz {
  background-position: -135px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tc {
  background-position: -168px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-td {
  background-position: -201px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tf {
  background-position: -234px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tg {
  background-position: -267px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-th {
  background-position: -300px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tj {
  background-position: -333px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tk {
  background-position: -366px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tl {
  background-position: -399px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tm {
  background-position: -432px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tn {
  background-position: -465px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-to {
  background-position: -498px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tr {
  background-position: -3px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tt {
  background-position: -36px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tv {
  background-position: -69px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tw {
  background-position: -102px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tz {
  background-position: -135px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ua {
  background-position: -168px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ug {
  background-position: -201px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-um {
  background-position: -234px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-us {
  background-position: -267px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-uy {
  background-position: -300px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-uz {
  background-position: -333px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-va {
  background-position: -366px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vc {
  background-position: -399px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ve {
  background-position: -432px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vg {
  background-position: -465px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vi {
  background-position: -498px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vn {
  background-position: -3px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vu {
  background-position: -36px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-wf {
  background-position: -69px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ws {
  background-position: -102px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-xk {
  background-position: -135px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ye {
  background-position: -168px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-yt {
  background-position: -201px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-za {
  background-position: -234px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-zm {
  background-position: -267px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-zw {
  background-position: -300px -495px;
  width: 30px;
  height: 30px;
}

.c-modelos .card-modelo .tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: middle;
}

#terminos-reserva {
  margin-right: 5px;
}

.proyectos-similares .valoracion {
  display: none;
}

.widgetBPTL {
  height: 250px;
}
@media only screen and (max-width: 991px) {
  .widgetBPTL {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .widgetBPTL {
    height: 300px;
  }
}
.widgetBPTL iframe {
  height: 100%;
}

footer {
  padding: 50px 0;
  background: #004838;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
  }
}
footer .footer-izq {
  display: flex;
  width: 56%;
  min-width: 56%;
}
@media only screen and (max-width: 768px) {
  footer .footer-izq {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
  }
}
footer .footer-der {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  width: 44%;
  width: 44%;
}
@media only screen and (max-width: 768px) {
  footer .footer-der {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
  }
}
footer .f-1 {
  display: flex;
  align-items: center;
  width: 58%;
  min-width: 58%;
}
footer .f-1 .logo img {
  width: 150px;
}
@media only screen and (max-width: 991px) {
  footer .f-1 {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  footer .f-1 {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  footer .f-2 {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  footer .f-2 {
    width: 100%;
    margin-bottom: 40px;
  }
}
footer .f-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .f-2 ul li {
  margin-bottom: 10px;
}
footer .f-2 ul li:last-child {
  margin-bottom: 0;
}
footer .f-2 ul li a {
  font-size: 1rem;
  color: #fff;
}
footer .f-3 {
  padding-right: 20px;
}
footer .f-3 h4 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
footer .f-3 p {
  color: #fff;
  font-size: 1rem;
}
footer .f-3 p a {
  color: #fff;
  text-decoration: none;
}
footer .f-4 {
  padding-right: 50px;
  width: 26px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .f-4 {
    width: 100%;
    display: flex;
  }
  footer .f-4 .redes {
    display: flex;
  }
  footer .f-4 .redes a {
    margin-right: 15px;
  }
}
footer .f-4 a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}/*# sourceMappingURL=estilos.css.map */