/*Generales*/
:root {
  --container-skinny: 450px;
  --container-slim: 740px;
  --container-fit: 845px;
  --container-single-post: 875px;
  --dark-green: #033925;
  --light-green: #89b4a3;
  --gris: #3c3c3c;
  --gris-dark: #262627;
}
::selection {
  color: #fff;
  background: #68a5d9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 40px;
}
h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}
h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
a,
a:hover {
  text-decoration: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/wp-content/themes/inspira/assets/img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 50%;
  background-color: white;
}
.post,
.page {
  margin: 0;
}
.default-content {
  background: #c9c9c9;
  /*padding: 100px 0;*/
  padding: 0 0;
}
.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2666666667%;
}
.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}
.row-cols-9 > * {
  flex: 0 0 auto;
  width: 11.11111%;
  /**/
}
.container-skinny {
  max-width: var(--container-skinny);
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-slim {
  max-width: var(--container-slim);
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fit {
  max-width: var(--container-fit);
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-single-post {
  max-width: var(--container-single-post);
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.8;
}
.btn-inspira {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  pointer-events: initial;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0 15px;
  border-width: 1px;
  border-style: solid;
}
.title-border::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  margin: 15px 0;
}
.information-slider h2,
.information-slider p {
  color: white;
  margin-bottom: 0;
}
/*** MODAL INSPIRA ***/
.inspira-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
}
.inspira-modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  width: 100%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.body-pop {
  padding: 40px 80px;
}
.body-pop .col-md-7 img {
  border: 1px solid var(--gris);
}
.body-pop .col-md-7 {
  position: relative;
}
.body-pop .col-md-7 .zoom-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.body-pop .col-md-5 .zoom-img {
  position: absolute !important;
  top: 40%;
  left: 45%;
  max-height: initial !important;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  bottom: 0;
}
.body-pop .col-md-7 .zoom-img a img,
.body-pop .col-md-5 .zoom-img a img {
  border: none;
}
#info-pop-proyecto div:first-child {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}
#info-pop-proyecto div + div {
  margin-top: 25px;
}
#info-pop-proyecto div:first-child img {
  max-width: 100px;
}
#info-pop-proyecto div:nth-child(2) {
  text-align: left;
  background-color: #c9c9c9;
  padding: 20px 45px;
}
#info-pop-proyecto div:last-child {
  max-height: 180px;
  border: 1px solid var(--gris);
  overflow: hidden;
  position: relative;
}
#info-pop-proyecto div:last-child img {
  max-height: 180px;
  width: auto;
  margin: 0 auto !important;
}
#info-pop-proyecto div:nth-child(2) table {
  margin-bottom: 0;
}
#info-pop-proyecto table th,
#info-pop-proyecto table tr {
  color: var(--gris);
  font-weight: normal;
}

.form-foot {
  padding: 50px 0 180px 0;
  background-color: var(--gris);
}

.zoom-img a {
  background: rgb(137 180 163 / 50%);
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 37px;
  text-align: center;
  border-radius: 100%;
}

.zoom-img img {
  width: initial;
}

/**** CSS MAGNIFIC POPUP ****/
.mfp-wrap {
  z-index: 1070 !important;
}
#modalBody {
  padding: 0;
}

/*CSS Swipe*/
#swipe-main .swiper {
  width: 100%;
  height: auto;
}

#main-banner-proyecto .swiper img {
  width: 100%;
  max-height: 100vh;
  max-height: calc(100vh - 140px);
  overflow: hidden;
}
.swiper img {
  width: 100%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 30px !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  border-radius: 100% !important;
}
.swiper .actions-swiper {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: auto;
  display: block;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  right: 0;
  left: 0;
}
.swiper-button-next,
.swiper-button-prev {
  position: initial;
}

#swiper-smallpost .swiper-button-prev {
  background: black;
  left: 0 !important;
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
}
#swiper-smallpost .swiper-button-next {
  background: black;
  right: 0 !important;
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
}
/**/
#swiper-smallpost .swiper-button-prev:after,
#swiper-smallpost .swiper-rtl .swiper-button-next:after,
#swiper-smallpost .swiper-button-next:after,
#swiper-smallpost .swiper-rtl .swiper-button-prev:after {
  color: white;
}
.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  text-transform: uppercase;
  color: #9b9b9b;
  font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid black;
}

/*container custom*/
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1059px;
  }
}

/**** FOOTER ***/
#footer {
  background-color: var(--gris-dark);
  padding: 60px 0 0 0;
}
#footer .row:nth-child(2) p {
  text-align: center;
  color: #818181;
  word-wrap: break-word;
  line-height: 110%;
  font-size: 12px;
}
#footer .row:first-child .col-md-4:last-child .social-network a {
  color: #262727;
  font-size: 1.3rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: white;
  display: inline-block;
  text-align: center;
}
#footer .row:first-child .col-md-4:last-child .social-network a + a {
  margin-left: 10px;
}
#footer .row:first-child .col-md-4 p {
  color: white;
}
#footer .col-md-4:last-child p {
  color: white;
}
#footer .row:first-child .col-md-4 .contacts p {
  margin-bottom: 0;
}
#footer .row:first-child .col-md-4 .contacts p + p {
  margin-top: 7px;
}
#footer .row:first-child .col-md-4 .contacts {
  margin-top: 25px;
}
#footer h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
#footer p span {
  font-size: 12px;
  color: #818181;
}
#footer p,
#footer ul {
  font-size: 14px;
}
#footer ul {
  padding-left: 0;
  margin-left: 0;
}
#footer ul li:marker {
  display: none;
}
#footer ul li,
#footer ul li a {
  color: white;
  list-style: none;
}
#footer ul li a {
  text-decoration: underline;
}
#footer .social-network + .menu-legal {
  margin-top: 15px;
}
#footer .bottom-footer {
  background: #1c1c1c;
  padding: 20px;
  margin-top: 45px;
}
#footer .bottom-footer p {
  margin-bottom: 0;
  font-size: 12px;
  color: #818181;
}

/*** FOOTER ABOVE ***/
#infoContacto {
  background-color: var(--dark-green);
  padding: 115px 0;
}

#infoContacto h4 {
  color: white;
}
#infoContacto p,
#infoContacto .content-info {
  color: white;
}
#infoContacto .form-foot-project input[type="text"],
#infoContacto .form-foot-project input[type="tel"],
#infoContacto .form-foot-project input[type="rut"],
#infoContacto .form-foot-project input[type="email"],
#infoContacto .form-foot-project select {
  width: 100%;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 0 15px;
}
#infoContacto .form-foot-project textarea {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 0 15px;
}
#infoContacto .form-foot-project label {
  color: white;
}
#infoContacto .form-foot-project {
  background: black;
  border-radius: 30px;
  padding: 50px 80px;
}
#infoContacto .form-foot-project .row + .row {
  margin-top: 15px;
}
#infoContacto .form-foot-project .row.submit {
  text-align: center;
}
#infoContacto .form-foot-project .row.submit input {
  background: var(--gris);
  border-color: var(--gris);
  color: white;
}
#main-banner-proyecto {
  position: relative;
}

#swipe-main .contenido-banner-proyecto {
  position: absolute;
  top: 50%;
  width: 100%;
  height: var(--swiper-navigation-size);
  /* margin-top: calc(0px - (var(--swiper-navigation-size)/ 2)); */
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
  right: 0;
  left: 0;
}

/*.top-information-proyecto .col + .col {
  border-left: 1px solid var(--gris-dark);
}*/
.container-btn-scroll a {
  border: 2px solid var(--light-green);
  line-height: 45px;
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  margin: 0 auto;
  color: var(--light-green);
  font-weight: 700;
}
#excerpt-project {
  background-color: var(--gris);
  padding: 45px 0 165px 0;
}
#excerpt-project p {
  color: white;
}
#excerpt-project p::after {
  content: "";
  background-color: var(--light-green);
  height: 5px;
  width: 50px;
  display: block;
  margin: 45px auto 0 auto;
}

#excerpt-project p::before {
  content: "";
  background-color: var(--light-green);
  height: 5px;
  width: 50px;
  display: block;
  margin: 0 auto 45px auto;
}
#form-project {
  padding-bottom: 45px;
}
#form-project .container-fit {
  background-color: black;
}

#form-project h3 {
  color: var(--light-green);
}

#form-project .wpcf7 label {
  color: white;
}
#form-project .wpcf7 select {
  height: 48px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  background-color: white;
  padding: 0 15px;
}

#form-project .wpcf7 .ajax-loader {
  display: none;
}
#architecture .container + .tab-content {
  margin-top: 32px;
}

#recorrido .buttons-recorrido {
  background-size: cover;
  background-repeat: no-repeat;
}

#recorrido .buttons-recorrido a + a {
  margin-top: 20px;
}
#video-proyecto {
  background-color: var(--gris);
}
.map-proyecto,
.video-responsive {
  height: 0;
  overflow: hidden;
  position: relative;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.map-proyecto iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.button-waze {
  padding: 45px 15px 15px 15px;
}
.button-waze a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.button-waze a p,
.spotify-list span {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 15px;
  color: #3c3c3c;
}
.spotify-list span {
  padding-left: 7px;
}
.spotify-list {
  justify-content: center;
  display: flex;
  padding: 15px;
}
.spotify-list span i {
  color: #00d95a;
  vertical-align: middle;
}

/** BTN BACK AND TOP **/
#backandtop {
  display: inline-block;
  background-color: #000000;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-size: 20px;
  line-height: 55px;
}
#backandtop i {
  color: white;
}
#backandtop:hover {
  cursor: pointer;
  background-color: #000;
  opacity: 0.8;
}

#backandtop.show {
  opacity: 1;
  visibility: visible;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  background: #ffb900;
  border-radius: 5px;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: block;
  border-color: #46b450;
  background: #46b450;
  color: white;
  border-radius: 5px;
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase;
}

.btn-sala-virtual-mobile .col-md-6:first-child {
  justify-content: center;
  display: flex;
}

#swiper-gallery .swiper-slide a:before,
#swiper-equipo-comercial .swiper-slide a:before {
  content: "";
  background: rgb(0 0 0 / 30%);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  /*transition: all 0.5s ease;*/
}
#swiper-gallery .swiper-slide:hover a:before,
#swiper-equipo-comercial .swiper-slide:hover a:before {
  opacity: 1;
  visibility: visible;
  /*transition: all 0.5s ease;*/
}
#swiper-realizados .swiper-slide .content-proyectos--realizados {
  position: absolute;
  z-index: 999;
  padding: 15px;
  top: 0;
  color: white;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  transform: scale(0);
  transition: all 0.5s ease;
}
#swiper-realizados .swiper-slide:hover .content-proyectos--realizados {
  transform: scale(1);
  transition: all 0.5s ease;
}
#swiper-realizados .swiper-slide:hover .content-proyectos--realizados h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
}
#swiper-realizados .swiper-slide:hover .content-proyectos--realizados p {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: initial;
}
#swiper-realizados .swiper-slide .slide-proyectos--realizados:before {
  content: "";
  background: rgb(0 0 0 / 65%);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  /*transition: all 0.5s ease;*/
}
#swiper-realizados .swiper-slide:hover .slide-proyectos--realizados:before {
  opacity: 1;
  visibility: visible;
  /*transition: all 0.5s ease;*/
}
#swiper-gallery.swiper .actions-swiper {
  position: initial;
  display: inherit;
}
#swiper-gallery.swiper .swiper-button-next,
#swiper-gallery.swiper .swiper-button-prev {
  position: flex !important;
}

.modal-thankyou .buttons a {
  cursor: pointer;
}

.swal-button {
  background-color: #000000 !important;
  color: #fff !important;
  width: 150px;
  border-radius: 0;
}
.swal-button-container {
  margin: 5px;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
#agendar_videollamada .input-group-addon,
#agendar_videollamada i.fa.fa-calendar {
  display: none;
}
.disclamer-popup {
  padding: 15px 15px 0 15px;
}
.disclamer-popup p {
  text-align: left !important;
  font-size: 8px;
}

/**SALA VIRTUAL**/
.sala-virtual {
  overflow: hidden scroll;
}
.sala-virtual .media-body h4 {
  font-weight: 700;
  font-size: 1.5rem;
}
.sala-virtual .media-body h4 span {
  display: block;
}
.sala-virtual .head-form {
  justify-content: space-between;
  align-items: center;
}

/** HOME **/
#find-depto .btn-inspira {
  height: 49px;
  line-height: 49px;
  background: black;
  color: white;
  border: none;
}
#find-depto select {
  height: 49px;
}
.head-proyecto {
  position: relative;
  overflow: hidden;
}
.head-proyecto img {
  max-height: 215px;
  object-fit: cover;
}
.logo-proyecto {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 120px;
}

#proyectos-home .col-md-6 {
  margin-top: 32px;
}

#proyectos-home .col-md-6:nth-child(-n + 2) {
  margin-top: 32px;
}
#proyectos-home .proyectos-home--archives {
  padding: 75px 0;
  background: #c9c9c9;
}
#proyectos-home .proyectos-home--archives .container:first-child {
  padding-top: 0;
}
#proyectos-home .container:first-child {
  padding-top: 70px;
}
.uf-proyecto {
  background: black;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 8px 15px;
  z-index: 9;
}

.uf-proyecto h5 {
  margin-bottom: 0;
  color: white;
  line-height: normal;
  font-size: 14px;
}

.uf-proyecto h5 span {
  display: block;
  font-size: 20px;
}

.content-post {
  background: #3c3c3c;
  position: relative;
  padding: 30px 15px 15px 15px;
  color: white;
}

.dormitorios,
.superficie,
.ubicacion-proyecto,
.btn-proyecto {
  display: inline-block;
}
.content-post--informations {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-post--informations h5 {
  font-size: 12px;
  text-align: center;
}
.content-post--informations h5 span {
  font-size: 14px;
  display: block;
}

.content-post--informations div:last-child a {
  color: white;
}

#video-home {
  padding: 70px 0;
}
#video-home .col-md-5 {
  align-items: center;
  display: flex;
}

#video-home .col-md-5 h2 {
  font-weight: normal;
}
#find-depto {
  background: #3c3c3c;
  padding: 32px 0;
}

.single-proyectos .swiper {
  position: relative;
  overflow: hidden;
}

/** BANNER PAGE **/
#swipe-page h1 {
  color: white;
  text-transform: uppercase;
}
.content-banner--page .col-md-5 p {
  color: white;
}
#content-page {
  background: #c9c9c9;
  padding: 65px 0;
}
#main-banner--page .swiper-slide h2,
#main-banner--page .banner-item h2,
#main-banner--page .swiper-slide h1,
#main-banner--page .banner-item h1 {
  color: white;
  text-transform: uppercase;
}
#main-banner--page {
  position: relative;
}
.contenedor-form {
  background: black;
  border-radius: 30px;
}

.contenedor-form input[type="text"],
.contenedor-form input[type="tel"],
.contenedor-form input[type="rut"],
.contenedor-form input[type="email"],
.contenedor-form select {
  width: 100%;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 0 15px;
}

.contenedor-form textarea {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 0 15px;
}

.contenedor-form label {
  color: white;
}

.contenedor-form .row + .row {
  margin-top: 15px;
}

.contenedor-form .row.submit input {
  background: var(--gris);
  border-color: var(--gris);
  color: white;
  width: 155px;
}
.contenedor-form .row.submit {
  text-align: center;
}

.form-postventa .row.submit input {
  background: black;
  border-color: white;
}

/** TEAM **/
.item-person {
  padding: 0;
}
#equipo-comercial,
#equipo-inspira {
  background: #c9c9c9;
}

#equipo-comercial {
  padding: 65px 0;
}

#swiper-equipo .swiper-slide,
#swiper-equipo-comercial .swiper-slide {
  height: 100%;
}

#swiper-equipo .swiper-button-prev {
  left: 15px !important;
}
#swiper-equipo .swiper-button-next {
  right: 15px !important;
}

/** MODAL EQUIPO **/
#modalEquipoComercial .modal-content {
  background: #3c3c3c;
  border-radius: 0;
  border: none;
}

#modalEquipoComercial .modal-header {
  border-bottom: none;
}

#modalEquipoComercial .modal-header .btn-close {
  background-image: none !important;
  opacity: 1;
}

#modalEquipoComercial .modal-header .btn-close i {
  color: white;
}

#modalEquipoComercial .modal-body {
  padding: 0 1rem 1rem 1rem;
}
#modalEquipoComercial .modal-dialog {
  max-width: 765px;
}
.contenidoPopup h4 {
  font-weight: 700;
  text-transform: initial;
  font-size: 24px;
}
.contenidoPopup p {
  font-size: 18px;
}
.form-cotizador input[type="text"],
.form-cotizador input[type="tel"],
.form-cotizador input[type="rut"],
.form-cotizador input[type="email"],
.form-cotizador input[type="rut"],
.form-cotizador select {
  width: 100%;
  height: 40px !important;
  border: 2px solid #ccc !important;
  border-radius: 5px !important;
  padding: 0 15px !important;
  background-color: white;
}
.form-cotizador textarea {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 0 15px;
}
.form-cotizador .row + .row {
  margin-top: 15px;
}

.form-cotizador .row.submit input {
  background: white !important;
  width: 305px;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0 auto;
}

/** TRAYECTORIA **/
#proyectos-realizados {
  background: black;
}

/**NEWS**/
#archive-news .fullwidth {
  background: #c9c9c9;
  padding: 100px 0;
}

#archive-news .fullwidth + .container {
  background: #fff;
  padding: 60px 0 100px 0;
}

#archive-news .content-post {
  background: transparent;
  position: relative;
  padding: 0;
  color: black;
}
#archive-news .btn-inspira {
  color: black;
  width: 165px;
  text-align: center;
  display: flex;
  justify-content: center;
}
#archive-news .btn-inspira i {
  font-size: 40px;
  vertical-align: middle;
}
#archive-news .small-post .content-post {
  margin-top: 40px;
}

.big-post .title-post,
.small-post .title-post {
  text-transform: uppercase;
}

/**SINGLE POST**/
#thumbnail-post {
  position: relative;
}
.absolute-title {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.box-title {
  display: flex;
  justify-content: left;
  max-width: 875px;
  background: rgb(0 0 0 / 75%);
  align-items: center;
  margin: 0 auto;
  color: white;
  padding: 15px;
  position: relative;
}
.box-title h1 {
  margin: 0;
}
.box-title::after {
  content: "";
  background: rgb(0 0 0 / 75%);
  width: 50px;
  height: 100%;
  position: absolute;
  right: -50px;
  z-index: 999;
}
.box-title::before {
  content: "";
  background: rgb(0 0 0 / 75%) 3;
  width: 50px;
  height: 100%;
  position: absolute;
  left: -50px;
  z-index: 999;
}
.content-single-post {
  background: #c9c9c9;
  padding: 45px 0 250px 0;
}

.content-single-post h2 {
  font-size: 22px;
}
.btn-back i {
  font-size: 35px;
  vertical-align: middle;
}
.btn-back {
  color: black !important;
}

/** INVERSIONISTA **/
#promociones-exclusivas,
#inversion {
  background-color: #c9c9c9;
  padding: 90px 0;
}
.item-card {
  background-color: white;
}

.item-card .body-card {
  padding: 15px;
  min-height: 227px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.item-card .body-card h3 {
  font-weight: 700;
  font-size: 26px;
}

#form-inversion {
  background-color: #3c3c3c;
  padding: 65px 0 32px 0;
}
#listing {
  background-color: #3c3c3c;
  padding: 65px 0 65px 0;
}

#form-inversion .title-border::after,
#listing .title-border::after {
  background-color: white;
}

.item-lista {
  color: white;
  margin-bottom: 0;
  align-items: center;
}

.item-lista:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.proyectos-inversion .head-proyecto:not(.logo-proyecto) img {
  max-height: 215px;
  object-fit: cover;
  min-height: 215px;
}
.proyectos-inversion .logo-proyecto img {
  max-height: inherit !important;
  object-fit: inherit !important;
  min-height: inherit !important;
}

.proyectos-inversion .content-post--informations {
  justify-content: center;
}

#woperty {
  padding: 90px 0;
}

#woperty h3 {
  font-weight: 700;
}
#woperty .btn-inspira {
  color: black;
  min-width: 173px;
  text-align: center;
  /**/
}

#form-inversion form {
  background: black;
  padding: 32px;
}

#form-inversion form label {
  color: white;
}

#form-inversion form .col-md-6:not(:last-child) {
  margin-bottom: 32px;
}

#form-inversion form button.btn-inspira {
  border: none;
  background: white;
  width: 173px;
}
#promociones-exclusivas .col-md-6:last-child .item-card,
#inversion .col-md-6:last-child .item-card,
#promociones-exclusivas .swiper-slide:nth-child(even) .item-card,
#inversion .swiper-slide:nth-child(even) .item-card {
  display: flex;
  flex-direction: column-reverse;
}

.modal-menu {
  cursor: pointer;
}

/**Modal Contacto **/
#modalContacto .modal-content {
  background-color: black;
  border-radius: 0;
}
#modalContacto .modal-header h2 {
  width: 100%;
}
#modalContacto .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

#modalContacto .modal-header button {
  position: absolute;
  right: 25px;
  top: 25px;
  opacity: 1;
  width: 22px;
  padding: 0;
}
#modalContacto .modal-dialog {
  max-width: 742px;
}

#modalContacto select,
#modalContacto input[type="rut"] {
  height: 40px;
  width: 100%;
  border-radius: 5px;
  padding: 0 15px;
}
#modalContacto .form-control {
  border: none;
}
#modalContacto .modal-body {
  padding: 0 6rem 32px 6rem;
}

#modalContacto .small-title {
  color: #595959;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}
#modalContacto .small-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #555555;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  top: 8px;
}
#modalContacto form {
  position: relative;
  overflow: hidden;
}

#modalContacto .row + .row {
  margin-top: 15px;
}
#modalContacto .row.submit {
  text-align: center;
}

#modalContacto input[type="submit"] {
  background: transparent;
  color: white;
  width: 170px;
  border: 1px solid;
}

/** Change Form PopUp **/
.form-popup {
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  height: 0;
  transform-origin: bottom;
  transition: all 0.3s ease;
}
.form-popup.active {
  transform: scaleY(1) !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: 100% !important;
  transform-origin: top;
  transition: all 0.3s ease;
}

/** LOADING POPUP **/
#loader {
  /* display: none; */
  /* height: 100vh; */
  /* position: fixed; */
  width: 100%;
  /* background: #000000a3; */
  z-index: 20;
  left: 0;
  bottom: 0;
}
.spinner {
  margin: 20vh auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #262627;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#departamentos .swiper-button-next, #departamentos .swiper-button-prev{
  color: #000 !important;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

#deptoCotizador {
  position: relative;
}

.overlay-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	border-radius: 0.25rem;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 999;
	pointer-events: unset;
}