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;
}
#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 *{
  color: var(--blanco);
}
.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: 700;
  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: 24px;
  font-weight: 400;
  font-family: var(--titulo);
}
.section-pro-3 .item .item-date span{
  display: table;
  margin-bottom: 8px;
}
.section-pro-3 .item .item-date p{
  margin-bottom: 0;
  font-weight: 300;
}
@media (max-width: 991px){
  .section-pro-3 .item h3 {
    font-size: 18px;
  }
  .section-pro-3 .item .item-date h4 {
    font-size: 22px;
  }
}
@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{
    text-align: center;
    margin: 0 auto;
  }
  .section-pro-3 .item .item-date span {
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .section-pro-3 .box-title{
    text-align: center;
  }
}
.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;
}
.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;
}
.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;
}