html {
  font-size: 16px;
}
.single-tenants{
  background-color: rgba(247, 247, 247);
}
.section-pro-1{
  padding: 60px 0 50px 0;
}
.section-pro-1 .content-link{
  margin-bottom: 40px;
}
.h-100{
  height: 100%;
}
.px-10{
  padding: 0 10px;
}
.p-0{
  padding: 0 !important;
}
.bg-white{
  background: var(--blanco);
}
@media (min-width: 576px){
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px){
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 992px){
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
#header-single .col-center{
  align-items: center;
  display: flex;
}
.link01{
  position: relative;
  display: table;
  padding-left: 18px;
  color: #262626;
  font-size: 16px;
  font-weight: 600;
}
.link01::before {
  width: 12px;
  height: 9px;
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 53%;
  left: 0;
  background-image: url(../../assets/img/arrow-left-red.svg);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.section-pro-1 .columna-left{
  flex: 0 0 auto;
  width: 39%;
}
.section-pro-1 .columna-right{
  flex: 0 0 auto;
  width: 61%;
  padding-left: 3px;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.item-pro .box-img {
  position: relative;
  background-color: #C4C4C4;
  padding-top: 526px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 80px;
}
.item-pro .content-text{
  padding-right: 20px;
}
.item-pro .title{
  font-size: 48px;
  line-height: 1.1;
  min-height: 158px;
}
.item-pro .title *{
  font-family: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: none;
  outline: 0;
}
.item-pro .content-text .text{
  position: relative;
  padding-top: 18px;
  max-width: 300px;
  margin: 20px 0 0;
}
.item-pro .content-text .text::before {
  width: 12px;
  height: 14px;
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-image: url(../../assets/img/ubicacion-01.svg);
}
.item-pro .content-text .text p{
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.item-pro .box-btn{
  max-width: 320px;
  margin-top: 35px;
}
.item-pro .box-btn a{
  margin-top: 25px;
}
.item-pro .box-btn .btn-black{
  margin: 0;
  max-width: 100%;
}
.btn-white01{
  border: 1px solid var(--negro);
  width: 100%;
  height: 48px;
  cursor: pointer;
  color: var(--negro);
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  text-transform: capitalize;
  border-radius: 20px;
  border-top-left-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px 10px;
  line-height: 1.2;
}
.btn-white01::before {
  width: 16px;
  height: 16px;
  position: relative;
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-image: url(../../assets/img/arrow-rigth-red.svg);
  margin-right: 10px;
  margin-left: -10px;
}
.btn-white01.externo::before{
  background-image: url(../../assets/img/Layer_1.svg);
  top: -1px;
}
.btn-white01.descargar::before{
  background-image: url(../../assets/img/ico-descargar.png);
  top: -1px;
}
.btn-white01:hover,
.item-design:hover .btn-white01{
  border: 1px solid var(--rojo);
}
@media (max-width: 1180px){
  .item-pro .title {
    font-size: 42px;
    min-height: 139px;
  }
}
@media (max-width: 991px){
  .section-pro-1 .columna-left,
  .section-pro-1 .columna-right {
    width: 100%;
  }
  .item-pro .content-text{
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 30px;
  }
  .item-pro .box-btn a {
    margin-top: 15px;
  }
  .item-pro .box-btn {
    margin: 0 auto;
  }
  .item-pro .title br{
    display: none;
    text-align: center;
  }
  .item-pro .title {
    text-align: center;
    font-size: 42px;
    min-height: 0;
  }
  .item-pro .content-text .text {
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
  }
  .item-pro .content-text .text::before{
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    left:50%;
  }
  .item-pro .box-img{
    padding-top: 50%;
    max-width: 680px;
    margin: 0 auto;
  }
}
@media (max-width: 767px){
  .item-pro .box-img {
    padding-top: 68%;
  }
}
@media (max-width: 520px){
  .item-pro .box-img {
    margin: 0 -24px;
    width: auto;
    border-top-left-radius: 0;
  }
  .item-pro .box-img {
    padding-top: 75%;
  }
}
@media (max-width: 360px){
  .item-pro .box-img {
    padding-top: 80%;
  }
}
.mb-3 {
  margin-bottom: 2rem !important;
}
.section-pro-2{
  padding: 40px 0 60px 0;
}
.font-bold{
  font-weight: 700;
}
.title-20,
.title-24,
.title-36{
  font-size: 36px;
  font-weight: 400;
  color: var(--negro);
  font-family: var(--titulo);
}
.title-24{
  font-size: 24px;
}
.title-20{
  font-size: 20px;
}
.section-pro-2 .box-width .col-4{
  flex: 0 0 auto;
  width: 33.33333333%;
}
.item-manual {
  width: 100%;
  max-width: 352px;
  margin: 13.5px auto;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 10.2px rgba(0, 0, 0, 0.25);
}
.item-manual .content{
  padding: 37px 35px 37px;
  min-height: 270px;
  background-color: var(--blanco);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item-manual .parrafo-simple{
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.item-manual .title{
  font-size: 28px;
  font-weight: 300;
  color: var(--negro);
  font-family: var(--titulo);
  min-height: 82px;
  margin-top: 10px;
}
.item-manual .parrafo{
  font-size: 16px;
  font-weight: 400;
  color: var(--negro);
  line-height: 1.42;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.item-required-subcontractors .content{
  min-height: 285px;
}
/* Ensure action links align to the bottom across cards */
.item-manual .content .btn-link-view{
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 1180px){
  .section-pro-2 .box-width .col-4{
    padding: 0 8px;
  }
}
@media (max-width: 991px){
  .section-pro-2 .box-width .col-4 {
    width: 50%;
  }
}
@media (max-width: 767px){
  .section-pro-2 {
    padding: 60px 5px;
  }
}
@media (max-width: 650px){
  .section-pro-2 .box-width .col-4{
    width: 100%;
  }
  .item-manual{
    max-width: 425px;
    margin: 10px auto;
  }
  .item-manual {
    max-width: 370px;
  }
  .item-manual .title{
    min-height: 74px;
  }
  .section-pro-2 {
    padding: 40px 0 50px;
  }
}
@media (max-width: 499px){
  .item-manual .title {
    font-size: 24px;
    min-height: 65px;
  }
  .item-manual{
    max-width: calc(100% - 10px);
  }
  .item-manual .parrafo {
    font-size: 15px;
  }
}
@media (max-width: 480px){
  .section-pro-2 .box-title .title-36{
    font-size: 32px;
  }
}
.section-pro-3 .box-width .col-4{
  flex: 0 0 auto;
  width: 33.33333333%;
}
.section-pro-3{
  border-bottom: 1px solid var(--blanco);
  padding-bottom: 15px;
  padding-top: 65px;
}
.section-pro-3 .box-contact{
  margin-bottom: 30px;
}
.section-pro-3 .box-title{
  margin-bottom: 35px;
}
.section-pro-3 .item{
  padding-right: 15px;
  max-width: 280px;
}
.section-pro-3 .item h3{
  font-size: 20px;
  font-weight: 600;
  color: var(--rojo)!important;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section-pro-3 .item .item-date{
  margin-bottom: 45px;
}
.section-pro-3 .item .item-date h4{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-pro-3 .item .item-date span{
  display: table;
  font-weight: 300;
}
.section-pro-3 .item .item-date p{
  margin-bottom: 0;
  font-weight: 300;
}

/* Property Drawings (OneDrive folders) */
.section-pro-drawings{
  padding: 60px 0;
  background: #F7F7F7;
  min-height: 255px;
}
.section-pro-drawings .box-title{
  margin-bottom: 20px;
}
.property-drawings-searchbar{
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}
.property-drawings-searchbar__icon{
  width: 16px;
  height: 16px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.75;
}
.property-drawings-searchbar__input{
  width: 100%;
  height: 44px;
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  background: var(--blanco);
  padding: 10px 14px 10px 42px;
  font-size: 15px;
  font-weight: 400;
  box-shadow: 0 4px 4.5px -2px rgba(0, 0, 0, 0.12);
  -webkit-tap-highlight-color: transparent;
}

.property-drawings-searchbar__input:focus{
  outline: none;
}

.property-drawings-searchbar__input:focus-visible{
  outline: none;
}

/* Prevent autofill from tinting the search field (Safari/Chrome) */
.property-drawings-searchbar__input:-webkit-autofill,
.property-drawings-searchbar__input:-webkit-autofill:hover,
.property-drawings-searchbar__input:-webkit-autofill:focus,
.property-drawings-searchbar__input:-webkit-autofill:active{
  -webkit-text-fill-color: var(--negro);
  box-shadow: 0 0 0px 1000px var(--blanco) inset;
  -webkit-box-shadow: 0 0 0px 1000px var(--blanco) inset;
  transition: background-color 9999s ease-out 0s;
}

/* Firefox */
.property-drawings-searchbar__input:-moz-autofill{
  box-shadow: 0 0 0px 1000px var(--blanco) inset;
}
.property-drawings-searchbar__input::placeholder{
  color: #696969;
  font-weight: 200;
}
.property-drawings-grid{
  margin-bottom: 20px;
  scrollbar-gutter: stable;
}
.property-drawings-col{
  margin-bottom: 22px;
}
.property-drawings-card{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 14px 16px 16px;
  background: var(--blanco);
  border-radius: 14px;
  box-shadow: 0px 4px 10.2px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}
.property-drawings-card:focus{
  outline: none;
}
.property-drawings-card:focus-visible{
  outline: 2px solid var(--rojo);
  outline-offset: 2px;
}
.property-drawings-card__name{
  font-size: 15px;
  font-weight: 600;
  color: var(--negro);
  line-height: 1.2;
}
.property-drawings-card__icon{
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(38, 38, 38, 0.93);
  background-image: url(../../assets/img/Layer_1.svg);
  background-size: 13px 13px;
  background-position: center;
  background-repeat: no-repeat;
}
.property-drawings-card:hover .property-drawings-card__icon{
  border-color: var(--rojo);
}
.property-drawings-col:not(:hover) .property-drawings-card__icon{
  filter: brightness(0%);
}
.property-drawings-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 6px;
}
.property-drawings-page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.property-drawings-page-number {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #9A9A9A;
  line-height: 0;
  padding-top: 3.8px;
  padding-bottom: 4px;
}
.property-drawings-page-number:hover{
  color: var(--negro);
}

.property-drawings-page-number:focus{
  outline: none;
}

.property-drawings-page-number:focus-visible{
  outline: 2px solid var(--rojo);
  outline-offset: 2px;
}

.property-drawings-page-number.is-current{
  background: var(--rojo);
  color: var(--blanco);
}
.property-drawings-page-btn{
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.property-drawings-page-btn[disabled]{
  opacity: 0.35;
  cursor: default;
}
.property-drawings-page-btn img{
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.property-drawings-page-label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Property Drawings password modal */
.property-drawings-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.property-drawings-modal.is-open{
  display: block;
}
.property-drawings-modal__overlay,
.property-drawings-modal__dialog{
  transition: opacity 0.15s linear, transform 0.3s ease-out;
}
.property-drawings-modal__overlay{
  opacity: 0;
}
.property-drawings-modal__dialog{
  opacity: 0;
  transform: translate(-50%, -52%) scale(0.98);
}
.property-drawings-modal.is-open.is-show .property-drawings-modal__overlay{
  opacity: 1;
}
.property-drawings-modal.is-open.is-show .property-drawings-modal__dialog{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.property-drawings-modal__dialog.is-shake{
  animation: o612-property-drawings-shake 0.5s;
}
@keyframes o612-property-drawings-shake{
  0%, 100% { margin-left: 0; }
  10%, 30%, 50%, 70%, 90% { margin-left: -3px; }
  20%, 40%, 60%, 80% { margin-left: 3px; }
}
@media (prefers-reduced-motion: reduce){
  .property-drawings-modal__overlay,
  .property-drawings-modal__dialog{
    transition: none;
  }
  .property-drawings-modal__dialog.is-shake{
    animation: none;
  }
}
.property-drawings-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.property-drawings-modal__dialog{
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(640px, calc(100% - 32px));
  background: var(--blanco);
  border-radius: 16px;
  padding: 34px 26px 27px 26px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
  max-width: 400px;
}
.property-drawings-modal__close{
  position: absolute;
  right: 18px;
  top: 16px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.property-drawings-modal__close img{
  width: 16px;
  height: 16px;
}
.property-drawings-modal__protected{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  color: var(--negro);
  margin-bottom: 14px;
}
.property-drawings-modal__lock{
  display: inline-block;
  position: relative;
  top: -2px;
  left: 0;
}
.property-drawings-modal__protected-text{
  display: inline-block;
  font-weight: 300;
}
.property-drawings-modal__title{
  margin: 3px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.property-drawings-modal__title b{
  font-weight: 600;
}
.property-drawings-modal__input{
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--negro);
  padding: 10px 0 5px;
  font-size: 15px;
  font-weight: 300;
  margin-top: 2px;
}
.property-drawings-modal__input.is-error{
  border-bottom-color: var(--rojo);
}
.property-drawings-modal__input:focus{
  outline: none;
}
.property-drawings-modal__actions{
  display: flex;
  justify-content: flex-start;
  margin-top: 27px;
}
.property-drawings-modal__submit{
  width: 100%;
  max-width: 320px;
  height: 44px !important;
  font-size: 14px!important;
  border: 1px solid var(--negro);
  background: transparent !important;
  border-radius: 999px !important;
  border-top-left-radius: 999px !important;
  padding: 5px 20px 5px 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-weight: 700 !important;
  max-width: 126px;
  border-top-left-radius: 0 !important;
}
.property-drawings-modal__submit.is-loading{
  cursor: wait;
}

@keyframes o612-property-drawings-spinner{
  to { transform: rotate(360deg); }
}

/* Replace arrow icon with spinner while loading */
.property-drawings-modal .btn-white01.property-drawings-modal__submit::before{
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../../assets/img/arrow-rigth-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  animation: none;
}
.property-drawings-modal .btn-white01.property-drawings-modal__submit.is-loading::before,
.property-drawings-modal .btn-white01.property-drawings-modal__submit[disabled]::before{
  background-image: none;
  width: 12px;
  height: 12px;
  border: 2px solid var(--rojo);
  border-right-color: transparent;
  border-radius: 999px;
  animation: o612-property-drawings-spinner 0.75s linear infinite;
}

@media (prefers-reduced-motion: reduce){
  .property-drawings-modal .btn-white01.property-drawings-modal__submit.is-loading::before,
  .property-drawings-modal .btn-white01.property-drawings-modal__submit[disabled]::before{
    animation: none;
  }
}
.property-drawings-modal__error{
  margin: 10px 0 0 0;
  font-size: 14px;
  color: var(--rojo);
  font-weight: 300;
}
.property-drawings-modal__help {
  display: block;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  color: var(--negro);
  padding-left: 22px;
  max-width: 265px;
}
.property-drawings-modal__help .ico {
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
}
@media (max-width: 991px){
  .section-pro-3 .item h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px){
  .section-pro-3 .box-width .col-4 {
    width: 50%;
    padding: 0 8px;
  }
  .section-pro-3 .item{
    padding-right: 0;
  }
}
@media (max-width: 480px){
  .section-pro-3 .box-title .title-36{
    font-size: 32px;
  }
  .section-pro-3 .box-width .col-4 {
    width: 100%;
    padding: 0;
  }
  .section-pro-3 .item .item-date span {
    margin-bottom: 8px;
  }
}
.item-design .btn-white01::before{
  width: 12px;
  height: 12px;
}
.section-pro-3 .item .item-date a{
  text-decoration: none !important;
}
.autocomplete-form .label-auto{
  position: absolute;
  left: 0;
  top: 9px;
  background: #F0F0F0;
  z-index: 9;
  padding: 5px 35px 4.5px 15px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: calc(100% - 25px);
}
.autocomplete-form .label-auto:empty{
  display: none;
}
.autocomplete-form .label-auto::before{
  content:'';
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  right: 9px;
  background-image: url(../../assets/img/close-search.png);
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 991px){
  .section-pro-1{
    padding: 10px 0;
  }
}
@media (max-width: 480px){
  .section-acordeon-01 .title-36 {
    font-size: 32px !important;
  }
}
#header-single{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  background: rgba(247, 247, 247);
  height: 105px;
  z-index: 2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
  padding: 0;
}
.position-ancla{
  position:relative;
  top:-115px; /* header 105px + 10px margin */
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex !important;
}
.d-none{
  display: none;
}
@media (max-width: 760px){
  .position-ancla {
    top: -185px !important; /* slightly less aggressive but still clears mobile header */
  }
}
.pb-10{
  padding-bottom: 10px;
}
.accordion-item.tipo-0{
  border-bottom: 1px solid #000;
}
.accordion-trigger{
  all: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s;
}
.accordion-icon {
  font-weight: bold;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  margin-right: 30px;
}
.accordion-icon img{
  filter: brightness(0) saturate(100%) invert(11%) sepia(39%) saturate(9%) hue-rotate(18deg) brightness(98%) contrast(92%);
}
@media (max-width: 767px){
  .accordion-icon{
    margin-right: 7px;
  }
}
.accordion-trigger[aria-expanded="true"] .accordion-icon{
  transform: rotate(180deg);
}
.accordion-trigger[aria-expanded="true"]{
  padding: 45px 0 33px 0;
}
.accordion-content {
  transition: height 0.35s ease;
  overflow: hidden;
}
.accordion-content.collapse {
  display: block;
  height: 0;
}
.accordion-content.show {
  height: auto;
}
.accordion-content.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.accordion-item.tipo-0 .accordion-title{
  font-weight: 600 !important;
}
.px-15{
  padding-left: 15px;
  padding-right: 15px;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.p-relative{
  position: relative;
}
.group-files-0{
  display: flex;
  grid-gap: 10px;
}
.group-files-0 .btn-white01{
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 25px;
}
.row-content-acordeon{
  margin-bottom: 20px;
  gap: 34px;
}
.item-ico-0{
  border-bottom: 1px dashed #8C8C8C;
  transition: all 0.3s;
  padding: 7px 0;
}
.item-ico-0 img{
  margin-right: 6px;
  position: relative;
      top: 2px;
}
.item-ico-0:hover{
  border-bottom: 1px solid #8C8C8C;
}
@media (min-width: 950px){
  .row-content-acordeon .col-auto:nth-child(2)::before{
    content: '';
    display: block;
    width: 1px;
    border-left: 1px solid #1A1A1A;
    height: 19px;
    position: absolute;
    left: -16px;
    top: 2px;
  }
}
@media (max-width: 950px){
  .section-pro-2 .col-title,
  .row-content-acordeon .col-auto{
    width: 100%;
  }
  .section-pro-2 .box-title .row{
    gap:20px;
  }
  .row-content-acordeon{
    gap: 25px;
  }
}
@media (max-width: 499px){
  .accordion-item.tipo-0 .accordion-title {
    font-size: 18px;
  }
  .group-files-0 .btn-white01 {
    padding-left: 23px;
    padding-right: 19px;
    font-size: 13px;
    height: 44px;
  }
}
@media (max-width: 1200px){
  .section-pro-2 .accordion-content{
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
@media (max-width: 360px){
  .group-files-0 .btn-white01 {
    padding-left: 22px;
    padding-right: 18px;
    font-size: 12px;
  }
}
@media (min-width: 651px){
  .section-pro-2 .item-manual {
    height: calc(100% - 27px);
  }
}
.footer-0 .legal-menu li a {
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-0 .legal-menu li a:hover,
.footer-0 .legal-menu li.current-menu-item a{
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #F73A25;
}
@media (min-width: 767px) and (max-width: 1150px){
  .property-drawings-col{
    width: 33.33333%;
  }
}
.property-drawings-grid::-webkit-scrollbar{
  width: 15px;
  height: 15px;
}
.property-drawings-grid::-webkit-scrollbar-thumb{
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.property-drawings-grid::-webkit-scrollbar-track-piece{
  margin: 3px;
}
.property-drawings-grid::-webkit-scrollbar-track{
  background: rgb(197, 197, 197);
  border-radius: 10px;
  margin: 3px;
}
.property-drawings-modal__actions .btn-white01.text-center-ico::before{
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 575px){
  .section-pro-drawings:not(.is-active) .property-drawings-grid{
    display: none;
  }
  .section-pro-drawings:not(.is-active) .property-drawings-searchbar__input{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .property-drawings-grid {
    max-height: 399px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding-right: 6px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    box-shadow: 3px 3px 7px #e3e3e3;
  }
  .property-drawings-searchbar,
  .property-drawings-col{
    margin-bottom: 0;
  }
  .property-drawings-col{
    padding: 0;
  }
  .property-drawings-col .property-drawings-card__icon{
    display: none;
  }
  .property-drawings-card {
    padding: 16px 35px 16px 35px;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #e9e9e9;
    min-height: 80px;
  }
  .property-drawings-searchbar__input{
    height: 48px;
    border-radius: 16px;
    border: 1px solid #dadada;
    padding: 12px 14px 12px 42px;
    font-weight: 200;
    font-size: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .section-pro-drawings.is-active .property-drawings-searchbar__input{
    box-shadow: none;
  }
  .property-drawings-card__name{
    font-size: 14px;
  }
  .property-drawings-searchbar__icon {
    width: 18px;
    height: 18px;
    opacity: 1;
  }
  .property-drawings-card:hover,
  .property-drawings-card:focus{
    background: rgba(247, 58, 37, 0.17);
  }

  /* Avoid the odd focus ring when tabbing from the search input */
  .property-drawings-card:focus-visible{
    outline: none;
  }
  .property-drawings-page-number {
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding-bottom: 1px;
  }
  .property-drawings-page-btn {
    width: 24px;
    height: 24px;
  }
  .property-drawings-page-btn img {
    width: 14px;
    height: 14px;
  }
  .property-drawings-pagination {
    display: none;
  }
}
.caja-drawings-link{
  padding: 5px 0 35px 0;
}