/*** STYLE DESKTOP ***/
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%;
}
.overflow {
  overflow: hidden;
}

.navbar-expand-lg .navbar-collapse {
  /* display: flex !important; */
  /* flex-basis: auto; */
  justify-content: flex-end;
}
.wpcf7 .ajax-loader {
  display: none;
}
.navbar-light .navbar-nav .nav-link {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #717171;
}
#navbarSupportedContent li + li {
  margin-left: 50px;
}
#navbarSupportedContent li.current-menu-item a {
  color: #000;
}

.bajada {
  margin-bottom: 32px;
}

.btn-agenda span img {
  width: 25px;
  margin-top: -5px;
  margin-right: 5px;
}

.disabled {
  pointer-events: none !important;
  cursor: none !important;
  opacity: 0.8 !important;
}

.swiper .actions-swiper {
  height: auto;
}
.swiper-button-prev {
  left: -35px !important;
}
.swiper-button-next {
  right: -35px !important;
}
/*** MENU **/
.menu-right ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.menu-right ul li {
  display: inline-block;
  color: #c9c9c9;
}

.menu-right ul li a {
  color: #717171;
}

.menu-right ul li + li {
  margin-left: 35px;
}

#navmenu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

li.parent-item {
  position: relative;
}

#bottomChildrenitem {
  position: absolute;
  z-index: 999;
  background-color: #000;
  padding: 30px 15px;
  width: 200px;
  margin-left: 0;
  top: 50px;
}

#bottomGrandsonitem {
  background: #c9c9c9;
  position: absolute;
  left: 100%;
  width: 200px;
  margin-left: 15px;
  top: 0;
  padding: 15px 0;
  color: black;
}

#bottomChildrenitem .child-item-parent {
  position: relative;
}

#bottomGrandsonitem li:hover a {
  color: white;
  transition: all 0.5s ease;
}
#bottomGrandsonitem li:hover {
  background-color: #000;
  transition: all 0.5s ease;
}
#bottomGrandsonitem span {
  font-size: 10px;
  text-transform: uppercase;
  color: #646464;
}

#bottomGrandsonitem li {
  padding: 10px 15px;
  transition: all 0.5s ease;
}

#bottomGrandsonitem li a {
  color: black;
}
#bottomGrandsonitem li + li {
  margin-top: 20px !important;
  margin-left: 0;
}
/*
#bottomChildrenitem.show {
  height: auto;
  z-index: 999;
  padding: 0;
  margin: 0;
  background: black;
  color: white;
  padding: 30px 15px;
  width: 200px;
  display: block;
  margin-top: 25px;
  overflow-x: visible;
}

#bottomGrandsonitem.show-randson {
  left: 0px;
  height: 100%;
  left: 200px;
  z-index: 9999;
  margin-left: 0;
  padding: 30px 15px;
}*/

#bottomChildrenitem li a,
#bottomChildrenitem li {
  display: block;
  color: white;
}

#bottomGrandsonitem li a,
#bottomGrandsonitem li {
  display: block;
  color: black;
}

#bottomChildrenitem li + li {
  margin-top: 32px;
  margin-left: 0;
}

a.parent-item::after {
  content: "\f285";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: -15px;
  font-size: 0.6rem;
  vertical-align: middle;
  transform: rotateZ(90deg);
  transition: transform 0.5s ease-in-out;
}
li.parent-item:hover a.parent-item::after {
  transform: rotateZ(-90deg);
  transition: transform 0.5s ease-in;
}
/*.child-item-parent .child-item::after {
  content: "\f285";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 15px;
  font-size: 1rem;
  vertical-align: middle;
  transform: rotateZ(0deg);
}*/

.child-item-parent .child-item {
  cursor: pointer;
  display: flex !important;
  justify-content: space-between;
}

a.parent-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*** MODAL FULL ***/
.inspira-modal {
  z-index: 999;
}
#departamentos .modal {
  height: 50%;
}
#departamentos .modal.fade .modal-dialog {
  transform: translate3d(0, 0vh, 0);
}
#departamentos .modal.in .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}
#departamentos .modal {
  top: inherit;
  bottom: 0;
}
#departamentos .modal-backdrop.show {
  opacity: 0;
}
.header-pop {
  background: var(--gris);
  color: white;
  padding: 30px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
.body-pop {
  margin-top: 90px;
}
.header-pop > .container {
  position: relative;
}
.header-pop .arrows {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  width: 100%;
}
.header-pop .arrows a {
  color: white;
  font-size: 1.5em;
  position: absolute;
  z-index: 999999999;
  pointer-events: auto;
  cursor: pointer;
}
.header-pop .arrows + .row {
  justify-content: center;
}
.header-pop .arrows a:first-child {
  left: -30px;
}
.header-pop .arrows a:last-child {
  right: -30px;
}
.header-pop h2 {
  margin-bottom: 0;
}
.header-pop .col-md-4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-pop .col-md-4 p {
  margin-bottom: 0;
}
.header-pop .col-md-4 p + p:before {
  content: "";
  background: white;
  margin: 0 10px;
  display: inline-block;
  width: 1px;
  height: 15px;
  vertical-align: middle;
}
.form-foot .row {
  text-align: left;
}
.form-foot .row.submit {
  text-align: center;
}
.form-foot .row + .row {
  margin-top: 25px;
}
.form-foot label {
  color: white;
  margin-bottom: 5px;
}
.form-foot input[type="text"],
.form-foot input[type="email"],
.form-foot input[type="tel"],
.form-foot input[type="rut"] {
  height: 40px;
  border: 2px solid #c3c3c3;
}
.form-foot textarea {
  border: 2px solid #c3c3c3;
}
.form-foot .btn-inspira {
  width: 300px;
}
.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0 !important;
  display: none !important;
}
.modal-thankyou {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
#modalDpto .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
#thankyou h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
#thankyou h1 span {
  display: block;
  font-size: 14px;
  text-transform: initial;
  font-weight: normal;
}
.modal-thankyou .buttons {
  width: 80%;
  margin: 0 auto;
}
.modal-thankyou .buttons a {
  display: block;
  text-align: center;
  height: 50px;
  bottom: 75px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white !important;
}

.modal-thankyou .buttons a:first-child {
  background: #89b4a3;
}
.modal-thankyou .buttons a:last-child {
  background: #3c3c3c;
  color: rgb(255 255 255 / 75%);
}

.modal-thankyou .buttons a + a {
  margin-top: 15px;
}
/*** SALA VIRTUAL ***/
.sala-virtual {
  bottom: 0 !important;
  left: 0 !important;
  background: black !important;
  border-radius: 0 !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.sala-virtual form {
  max-width: 1059px;
  margin: 0 auto;
  padding: 40px 0 100px 0;
}

.sala-virtual .form-row .col-md-6 {
  width: 50% !important;
}
.wizard > .content > .body label {
  margin-bottom: 0 !important;
}
.sala-virtual .form-row input {
  margin-top: 0 !important;
}
.sala-virtual .form-row + .form-row {
  margin-top: 20px;
}
.sala-virtual .actions .disabled {
  display: none;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  color: #000 !important;
  background: white !important;
}
/*** PROYECTO ***/
#swipe-main {
  position: relative;
}
#main-banner-proyecto #swipe-main:before {
  content: "";
  background-color: rgb(0 0 0 / 65%);
  display: block;
  width: 50%;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 9;
}
#swipe-main .contenido-banner-proyecto .row {
  justify-content: flex-end;
}
#swipe-main .contenido-banner-proyecto .proyecto-logo img {
  max-width: 100px;
}
#swipe-main .contenido-banner-proyecto h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
}
#swipe-main .contenido-banner-proyecto .col-md-6 {
  padding-left: 35px;
}
.contenido-banner-proyecto .proyecto-logo + h1 {
  margin-top: 50px;
}
.content-information-proyecto div {
  display: inline-block;
  text-align: center;
}
.content-information-proyecto div + div {
  margin-left: 25px;
}
.content-information-proyecto div:nth-child(4) {
  margin-left: 0;
}

.content-information-proyecto .row div:nth-last-child(-n + 2) {
  padding-left: 0;
  background: black;
  padding: 15px 15px;
  margin-top: 25px;
}
.content-information-proyecto .row div {
  width: auto;
}
.content-information-proyecto div:nth-last-child(-n + 2) h5 {
  text-align: left;
  margin-bottom: 0;
}
.content-information-proyecto .row div:nth-last-child(-n + 2) h5 span {
  margin-top: 3px;
}
.content-information-proyecto div:last-child h5 span {
  text-transform: initial;
}
.contenido-banner-proyecto h1 + .top-information-proyecto::before {
  content: "";
  height: 1px;
  background: white;
  display: block;
  margin: 25px 0 30px 0;
}
#main-banner-proyecto .swiper img {
  width: 100%;
  max-height: 100vh;
  max-height: calc(100vh - 140px);
  overflow: hidden;
  object-fit: cover;
}
.top-information-proyecto h5 {
  font-size: 14px;
}
.top-information-proyecto h5 span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 5px;
}
#find-model {
  background-color: var(--gris);
  padding: 60px 0;
}
#find-model .col-md-6:first-child {
  margin-top: 32px;
}
#find-model .col-md-6:first-child p {
  color: white;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}
#find-model .col-md-6:first-child p::before {
  content: "";
  background-color: var(--light-green);
  height: 5px;
  width: 50px;
  display: block;
  margin: 0 auto 32px 0;
}
#find-model .col-md-6:first-child p::after {
  content: "";
  background-color: var(--light-green);
  height: 5px;
  width: 50px;
  display: block;
  margin: 32px auto 0 0;
}
#find-model .col-md-6:first-child .btn-inspira {
  border-color: white;
  color: white;
  font-size: 15px;
  margin-top: 40px;
}

#find-model .col-md-6:last-child form .col-md-12 + .col-md-12 {
  margin-top: 32px;
}
#find-model .col-md-6:last-child #form-project h3 {
  color: white;
  text-align: left;
  margin-bottom: 32px;
}

#find-model .col-md-6:last-child form button {
  width: 165px;
  background-color: white;
  color: black;
  font-weight: 500;
}
#form-project .header-top .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#form-project .header-top .col-md-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
#form-project .wpcf7 label {
  margin-bottom: 15px;
}

#form-project .container-fit {
  padding: 35px 25px;
  text-align: left;
}
#form-project {
  background: #3c3c3c;
}
#form-project .wpcf7 .col-md-4:first-child,
#form-project .wpcf7 .col-md-4:nth-child(2) {
  flex: 0 0 37.33333%;
}

#form-project .wpcf7 .col-md-4:last-child {
  flex: 0 0 25.33334%;
}

#form-project .wpcf7 .row {
  align-items: flex-end;
}
#architecture {
  position: relative;
  padding-top: 85px;
}
/*Altura Swiper Imagen*/
#swiper-architecture .swiper-slide,
#swiper-entorno .swiper-slide {
  max-height: 770px;
  overflow: hidden;
}
#swiper-architecture.swiper img,
#swiper-entorno.swiper img {
  max-height: 75vh;
  max-height: calc(100vh - 110px);
  object-fit: cover;
}
#architecture #swiper-architecture + .container {
  position: absolute;
  top: 10%;
  margin: 0 auto;
  z-index: 999;
  left: 0;
  right: 0;
}
#architecture .description-architecture {
  width: 400px;
  background-color: var(--gris);
  padding: 45px;
  position: relative;
}
#architecture .description-architecture p {
  color: white;
  margin-bottom: 0;
}
#architecture .description-architecture span {
  background: rgb(196 196 196 / 40%);
  width: 60px;
  height: 60px;
  position: absolute;
  right: -25px;
  bottom: -25px;
}
#architecture #nav-tab {
  justify-content: center;
  align-items: center;
  border-bottom: none;
}
#architecture #nav-tab button + button {
  margin-left: 50px;
}
#architecture .nav-tabs .nav-item.show .nav-link,
#architecture .nav-tabs .nav-link.active {
  color: #89b4a3;
  background-color: transparent;
  border-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: normal;
  border-bottom: 5px solid;
}
#architecture .nav-tabs .nav-link {
  border: none;
  color: #828080;
  background-color: transparent;
  border-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: normal;
}
#architecture .container + .tab-content {
  margin-top: 25px;
}
.title-border::after {
  background-color: var(--gris);
}
#swiper-architecture .actions-swiper .swiper-button-prev,
#entorno .actions-swiper .swiper-button-prev {
  position: absolute !important;
  left: -50px;
}
#swiper-architecture .actions-swiper .swiper-button-next,
#entorno .actions-swiper .swiper-button-next {
  position: absolute !important;
  right: -50px;
}
.information-slider {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.information-slider {
  padding: 45px 15px;
}
.information-slider .row {
  align-items: center;
}
.information-slider .col-md-6:first-child {
  padding-right: 32px;
  text-align: right;
}
.information-slider .col-md-6:first-child h2 {
  font-size: 2.125rem;
}
.information-slider .col-md-6:last-child {
  padding-left: 32px;
  text-align: left;
}
.information-slider .col-md-6:last-child p {
  line-height: 25px;
  font-size: 14px;
}
#recorrido .buttons-recorrido {
  padding: 240px 0;
}
#departamentos {
  background-color: #c3c3c3;
  padding: 85px 0 75px 0;
}
#departamentos .bajada {
  text-align: center;
}
#departamentos .swiper-wrapper .card {
  width: 100% !important;
  box-shadow: 0px 0px 15px rgb(79 79 79 / 15%);
  border-radius: 0;
  padding: 15px;
}
#departamentos .swiper-wrapper .card a {
  text-align: center;
}
#departamentos .swiper-button-next,
#departamentos .swiper-button-prev {
  color: #3c3c3c !important;
}

#departamentos .swiper-button-prev,
#departamentos .swiper-rtl .swiper-button-next {
  left: 0px !important;
}
#departamentos .swiper-button-next,
#departamentos .swiper-rtl .swiper-button-prev {
  right: 0px !important;
}
#departamentos .swiper-wrapper .card img {
  border: 1px solid #c3c3c3;
  border-radius: 0;
  max-height: 40vh;
}
#departamentos .swiper-wrapper .card .card-body {
  padding: 32px 0 0 0;
  margin-top: 0px;
}
#departamentos .swiper-wrapper .card-body h6 span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
#departamentos .swiper-wrapper .card-body h6 {
  font-size: 20px;
  margin-bottom: 0;
  color: var(--gris);
}
#departamentos .swiper-wrapper .card-body h5 {
  font-size: 18px;
}
#departamentos .swiper-wrapper .card-body .info-body div {
  display: inline-block;
}
#departamentos .swiper-wrapper .card-body .info-body div + div {
  margin-left: 15px;
}
#departamentos .swiper-wrapper .card-body button,
#departamentos .swiper-wrapper .card-body a {
  border-radius: 0;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  background: var(--gris);
  color: white;
  font-weight: 500;
}
#recorrido {
  padding: 100px 0 0 0;
}
#recorrido .bajada p {
  color: var(--gris);
}
#recorrido .buttons-recorrido a {
  display: block;
  width: 360px;
  background-color: white;
  border-color: var(--gris);
  color: var(--gris);
  font-weight: 600;
  margin: 0 auto;
}
#video-proyecto {
  padding: 75px 0;
}
#video-proyecto .title-border::after {
  background-color: white;
}
#video-proyecto .container:last-child {
  max-width: 780px;
}
.video-responsive {
  padding-bottom: 56.25%;
  padding-top: 30px;
}
#entorno {
  padding-top: 80px;
}
#entorno .box-entorno {
  position: absolute;
  z-index: 99;
  display: block;
  top: 0;
  left: calc(100% - 50%);
  width: 485px;
  align-items: flex-start;
  background: rgb(3 57 37 / 80%);
  padding: 60px 25px 60px 25px;
  color: white;
}
#entorno .box-entorno h2 {
  font-weight: 500;
}
#entorno .box-entorno p {
  margin-bottom: 0;
}
#entorno .slider-entorno {
  position: relative;
}
#gallery .actions-swiper {
  height: auto;
}
#gallery .swiper-button-prev,
#gallery .swiper-rtl .swiper-button-next {
  left: 10px !important;
}
#gallery .swiper-button-next,
#gallery .swiper-rtl .swiper-button-prev {
  right: 10px !important;
}

#gallery {
  padding: 100px 0 0 0;
}
.map-proyecto {
  padding-bottom: 35%;
  padding-top: 0px;
}

#map {
  height: 532px;
}

#ubicacion {
  padding: 130px 0 160px 0;
}

.spotify-list span {
  padding-left: 7px;
}
.spotify-list {
  justify-content: center;
  display: flex;
  padding: 15px;
}
.spotify-list span i {
  color: #00d95a;
  vertical-align: middle;
}

#navegation {
  background: black;
  padding: 10px 0;
}
#navegation a h4 {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
}
#navegation a {
  display: inline-block;
}
#navegation .container:first-child .row {
  display: block;
}
#navegation .col {
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 0;
}
#navegation .col + .col:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: white;
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}

#infoContacto .form-foot-project .row.submit input {
  width: 155px;
}

#infoContacto .container:nth-child(2) {
  padding-top: 65px;
}
#find-model .col-md-6:last-child form .col-md-12:last-child a {
  width: 155px;
  text-align: center;
  opacity: 1 !important;
}

.btn-sala-virtual-mobile .btn-agenda h4,
.btn-sala-virtual-mobile .btn-cotizar h4 {
  font-size: 14px;
}
.btn-sala-virtual-mobile .btn-agenda,
.btn-sala-virtual-mobile .btn-cotizar {
  width: 280px;
}

/** SALA VIRTUAL **/
.sala-virtual {
  height: 80%;
  overflow-y: scroll;
}
/*#hacer_videollamada fieldset .media img,
#agendar_videollamada fieldset .media img {
  display: none;
}*/
#hacer_videollamada .actions li:last-child {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  float: inherit;
  margin-top: 42px;
}

#hacer_videollamada .actions li:last-child a {
  background: white !important;
  width: 305px;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#agendar_videollamada .actions {
  margin-top: 42px;
}
#agendar_videollamada .actions li a {
  background-color: white !important;
  height: 60px;
  width: 200px;
}

#agendar_videollamada .actions li:first-child {
  display: flex;
  justify-content: flex-end;
}
#agendar_videollamada .actions li:last-child {
  float: right;
}
#agendar_videollamada .input-group-addon {
  display: none;
}
#agendar_videollamada-p-2 .form-group + .form-group {
  margin-top: 32px;
}
#agendar_videollamada .actions li.disabled {
  display: none;
}

#agendar_videollamada .actions li:nth-child(2) {
  float: right;
}

#agendar_videollamada legend {
  margin-bottom: 5rem;
}
.content-videollamada {
  max-width: 1059px;
  margin: 0 auto;
}
.content-videollamada .head-form {
  max-width: 1059px !important;
  margin: 0 auto !important;
  padding: 30px 0 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sala-virtual .close-widget {
  position: relative !important;
}
/** FIXED MENU **/
.fixed-in {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  background: white;
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}

#navmenu li.parent-item > ul {
  transform: scaleY(0);
  transform-origin: top;
  z-index: 999999;
  transition: transform 0.26s ease;
}

#navmenu li.parent-item:hover > ul {
  transform: scaleY(1);
}

/* Esto es para crear un elemento dentro del <li> que de continuidad entre el <a> y el <ul> */
#navmenu li.parent-item:hover:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 50px;
  left: 0;
  width: 100%;
  width: calc(100% + 15px);
  z-index: 1;
}

#navmenu li.child-item-parent > ul {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s ease;
}

#navmenu li.child-item-parent:hover > ul {
  transform: scaleX(1);
}

/* Esto es para crear un elemento dentro del <li> que de continuidad entre el <a> y el <ul> */
#navmenu li.child-item-parent > a {
  position: relative;
}
#navmenu li.child-item-parent:hover > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 15px;
}

.swal-footer {
  text-align: center;
}
.swal-button {
  background-color: #000000;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
  width: 140px;
}

/** HOME **/
#swipe-home .swiper-button-prev {
  left: -15px !important;
}
#swipe-home .swiper-button-next {
  right: -15px !important;
}
.content-banner--home {
  position: absolute;
  margin: 0 auto;
  left: 70px;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 1059px;
  padding: 0 15px;
  z-index: 9;
}

.content-banner--home .row {
  height: 100%;
  align-items: center;
}

#main-banner--home #swipe-home .swiper-slide:before {
  content: "";
  background-color: rgb(0 0 0 / 65%);
  display: block;
  width: 50%;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 2;
}
#main-banner--home #swipe-home h1 {
  color: white;
  text-transform: uppercase;
}

#main-banner--home .btn-inspira {
  color: white;
}
#find-depto .col-md-4 {
  width: 37.5%;
}
#find-depto button {
  width: 100%;
}

/** BANNER PAGE **/

.content-banner--page {
  position: absolute;
  margin: 0 auto;
  left: 70px;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 1059px;
  padding: 0 15px;
  z-index: 9;
}

.content-banner--page .row {
  height: 100%;
  align-items: center;
}

#main-banner--page .swiper-slide.is-overlay:before,
#main-banner--page .banner-item.is-overlay:before {
  content: "";
  background-color: rgb(0 0 0 / 65%);
  display: block;
  width: 50%;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 2;
}
#main-banner--page .banner-item img {
  width: 100%;
}
.form-postventa {
  /*padding: 60px 0 530px 0;*/
  padding: 60px 0 0 0;
}

.contenedor-form {
  padding: 50px 80px;
}

/** TRAYECTORÍA **/
#valores-inspira {
  padding: 90px 0;
}
.form-cotizador {
  max-width: 1059px;
  margin: 0 auto;
  padding-top: 60px;
}
.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;
}
.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 {
  width: 305px;
  margin: 60px auto 0 auto;
}
#proyectos-realizados {
  padding: 90px 0;
}

/** INVERSIONISTA **/
#listing .container:nth-child(2) {
  padding: 0 100px;
}
.item-lista {
  display: flex;
}
#listing .col-md-6:not(:nth-last-child(-n + 2)) {
  margin-bottom: 32px;
}
.proyectos-inversion .col-md-4:not(:nth-last-child(-n + 3)) {
  margin-bottom: 32px;
}

.menu-proyectos .child-item-parent a.child-item,
.menu-right ul li:nth-child(3) .child-item-parent a.child-item {
  pointer-events: none;
  cursor: none;
}

#modalDpto .modal-dialog {
  max-width: 100%;
  margin: 0;
}

#modalDpto .modal-content {
  border: 0;
}

#modalDpto .modal-header {
  display: none;
}

/**SINGLE POST**/
#thumbnail-post img {
  object-fit: cover;
  width: 100%;
  max-height: 810px;
}

.sala-virtual .content-agenda > .close-widget {
  position: absolute !important;
  right: 130px;
  top: 50px;
}

/******* EQUIPO FLECHAS ******/
#equipo-comercial .swiper-button-prev{
  left: 20px !important;
}

#equipo-comercial .swiper-button-next{
  right: 20px !important;
}

/* Mixin para replicar estilos en #casas-departamentos (ahora solo aplica aquí) */
#casas-departamentos {
  background-color: #c3c3c3;
  padding: 85px 0 75px 0;

  /* Bajada de texto */
  .bajada {
    text-align: center;
  }

  /* Tarjetas (cards) dentro del swiper */
  .swiper-wrapper {
    .card {
      width: 100% !important;
      box-shadow: 0px 0px 15px rgb(79 79 79 / 15%);
      border-radius: 0;
      padding: 15px;

      /* Enlaces dentro de las tarjetas */
      a {
        text-align: center;
      }

      /* Imagen dentro de la tarjeta */
      img {
        border: 1px solid #c3c3c3;
        border-radius: 0;
        max-height: 40vh;
      }

      /* Cuerpo de la tarjeta (card-body) */
      .card-body {
        padding: 32px 0 0 0;
        margin-top: 0px;

        /* Estilo para <h6> span */
        h6 {
          span {
            display: block;
            text-transform: uppercase;
            font-size: 12px;
          }
          /* Estilo para <h6> */
          font-size: 20px;
          margin-bottom: 0;
          color: var(--gris);
        }

        /* Estilo para <h5> */
        h5 {
          font-size: 18px;
        }

        /* Divisiones dentro de .info-body */
        .info-body {
          div {
            display: inline-block;
            /* Espacio entre las divisiones de .info-body */
            + div {
              margin-left: 15px;
            }
          }
        }

        /* Botones y enlaces en el card-body */
        button,
        a {
          border-radius: 0;
          width: 100%;
          margin-top: 25px;
          text-align: center;
          background: var(--gris);
          color: white;
          font-weight: 500;
        }
      }
    }
  }

  /* Botones de navegación (flechas) del swiper */
  .swiper-button-next,
  .swiper-button-prev {
    color: #3c3c3c !important;
  }

  /* Botón de navegación previo (prev) */
  .swiper-button-prev,
  &.swiper-rtl .swiper-button-next {
    left: 0px !important;
  }

  /* Botón de navegación siguiente (next) */
  .swiper-button-next,
  &.swiper-rtl .swiper-button-prev {
    right: 0px !important;
  }

  /* Modal */
  .modal {
    height: 50%;
    top: inherit; // Propiedades específicas de posicionamiento
    bottom: 0;

    /* Diálogo del modal al desvanecer (fade) */
    &.fade .modal-dialog {
      transform: translate3d(0, 0vh, 0);
    }

    /* Diálogo del modal al entrar (in) - Nota: '.in' es de versiones antiguas de Bootstrap */
    &.in .modal-dialog {
      transform: translate3d(0, 100vh, 0);
    }
  }

  /* Fondo del modal (backdrop) al mostrar */
  .modal-backdrop.show {
    opacity: 0;
  }
}



