/* body{
    overflow-x: hidden !important;
} */

.bg-azul{
    background-color: #2F3C52;
    color: #fff;
}

.inventory-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    width: 100%;
    height: 200px;
    font-size: 2rem;
}

.inventory-box span{
    font-size: 5rem;
}

.info{
    margin-top: 15rem;
    color: #1f3f5d;
    text-transform: uppercase;
    font-size: 4rem;
}

.harbor-desc{
    position: absolute;
    left: 50px;
    top: 50px;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 5;
}

.harbor-desc h1, .harbor-desc p{
    z-index: 5;
}

.harbor-desc p{
    font-size: 1.5rem;
}

.fondo-negro{
    position: absolute;
    left: 11px;
    top: 0;
    height: 100%;
    width: 55%;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
}

#aboutVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fondo-obscuro{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 1;
}

.video-text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 35%;
}

#north-tower-views{
    margin-top: 3rem;
    position: relative;
}

.contact-input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #565e64;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select {
    background-color: transparent;
    border-top:0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #565e64;
    border-radius: 0;
}


#north-tower-views img{
    height: 75vh;
    object-fit: contain;
}

.w-5{
    width: 5%;
}

.linea{
    height: 3px !important;
    width: 50%;
    opacity: 0.7;
}

.guest-footer{
    background-color: #2F3C52;
    color: #fff;
}

.amenities h2, #north-tower-views h2{
   color: #1f3f5d;
}

.amenities{
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.amenitie{
    width: 160px;
    height: 160px;
    text-align: center;
    color: #1f3f5d;
    font-size: 1.2rem;
}

.amenitie i{
    color: #1f3f5d;
    font-size: 90px;
    position: relative;
    vertical-align: top;
    top: 20px;
    left: 0;
    width: 100%;
}

.gradient-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    z-index: 5;
}

.pagination{
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #1f3f5d !important;
    border-color: #1f3f5d !important;
}

.page-link {
    color: #1f3f5d;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #1f3f5d !important;
}

.nav-pills .nav-link {
    color: #212529;
}

.pagination{
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #1f3f5d !important;
    border-color: #1f3f5d !important;
}

.page-link {
    color: #32302E;
}

.search-card{
    background-color: transparent;
    transition: 0.2s;
}

.search-card:hover{
    background-color: rgb(238, 238, 238);
    transition: 0.3s;
}

#master-plan h2 {
    color: #1f3f5d;
}

#master-plan img{
    object-fit: cover;
    cursor: pointer;
}

#pay-plan{
    margin-top: 7rem;
}

#pay-plan h2{
    color: #1f3f5d;
}

#pay-plan #pay-details{
    position: absolute;
    top: 10%;
    left: 50%;
    background-color: #EBEDEF;
    color: #1f3f5d;
}

#payment-card{
    border-radius: 10px;
    box-shadow: 0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;
}

.payment-info{
    font-size: 1.75rem;
}

.pay-sm-text{
    font-size: 15px;
    vertical-align: top;
}

#const-specs img{
    height: 80vh;
    object-fit: cover;
    cursor: pointer;
    animation: ease-in-out;
    transition: 0.3s;
}

#const-specs img:hover{
    transform: scale(1.01);
    transition: 0.3s;
}

#const-specs h2 {
    color: #1f3f5d;
}

#carouselExampleIndicators h2{
    color: #1f3f5d;
}

#carouselExampleIndicators img{
    transform: scale(1);
    transition: 0.2s ease-in-out;
}

#carouselExampleIndicators .col-lg-3, #carouselExampleIndicators .col-lg-4 ,#carouselExampleIndicators .col-md-6{
 overflow: hidden;
}

#carouselExampleIndicators img:hover{
    transform: scale(1.2);
}

#carouselExampleIndicators .col-lg-4 img, #carouselExampleIndicators .col-md-6 img{
    height: 40vh;
    object-fit: cover;
}

#carouselExampleIndicators .col-lg-3 img{
    height: 30vh;
    object-fit: cover;
}

#carouselExampleIndicators div span{
    font-weight: lighter;
    font-size: 2rem;
    text-align: center;
    z-index: 100;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 15px;
    text-decoration: underline;
}

.responsive-img{
    height: 90vh;
    object-fit: cover;
}
/*profile card*/
.shadow-7 {
    box-shadow: 0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f !important;
}

.shadow-2 {
    box-shadow: 0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;
}

.profile-card-3 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height:368px;
    border:none;
  }
  .profile-card-3 .background-block {
      float: left;
      width: 100%;
      height: 200px;
      overflow: hidden;
  }
  .profile-card-3 .background-block .background {
    width: 100%;
    height: 265px;
    vertical-align: top;
    object-fit: cover;
    object-position: bottom;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
  }

  .profile-card-3 .card-content {
    width: 100%;
    padding: 15px 25px;
    color:#232323;
    float:left;
    background:#efefef;
    height:50%;
    border-radius:0 0 5px 5px;
    position: relative;
    z-index: 101;
  }
  .profile-card-3 .card-content::before {
      content: '';
      background: #efefef;
      width: 120%;
      height: 100%;
      left: 11px;
      bottom: 51px;
      position: absolute;
      z-index: -1;
      transform: rotate(-13deg);
  }
  .profile-card-3 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index:102;
  }
  .profile-card-3 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size:25px;
  }
  .profile-card-3 span {
    display: block;
    font-size: 15px;
    margin-top:10px;
  }
  .profile-card-3 i {
    display: inline-block;
    font-size: 23px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    margin: 0 5px;
}
  .profile-card-3 .icon-block{
      display: flex;
      justify-content: center;
      float:left;
      width:100%;
      margin-top:15px;
  }
  .profile-card-3 .icon-block a{
      text-decoration:none;
  }
  .profile-card-3 i:hover {
    background-color:#232323;
    color:#fff;
    text-decoration:none;
  }
  /*dashboard admin-realtor*/
  .total-clients{
      background-color: #E5B04F;
      color: white;
      border-radius: 20px;
      box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
  }

  .total-realtors{
    background-color: #427191;
    color: white;
    border-radius: 20px;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
}

.total-white{
    background-color: #fff;
    color: #444444;
    border-radius: 20px;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
}

.white-tables{
    background-color: white;
    color: #444444;
    border-radius: 20px;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
}

.d-pdf{
    background: #E5B04F;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 1.4rem;
}

.d-excel{
    background: #427191;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 1.4rem;
}

/*Estilos Inventory views*/
#back-to-building{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
    opacity: 0.8;
}

#carouselInventory{
    position: relative;
}

.section-views{
    width: 600px;
    height: auto;
}
rect{
    opacity: 0.85;
    animation: ease-in-out;
    transition: 0.3s;
}

rect:hover{
    opacity: 1;
}

.areasvg{
    width: 680px;
    height: 840px;
    background-color: lightcyan;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#carouselInventory .carousel-inner{
    width: 680px;
    height: 840px;
}

.section{
    fill:rgba(255, 255, 255, 0.3);
    stroke: lightslategray;
    stroke-width: 3;
    transition: 0.1s;
}

.section:hover{
    fill:rgba(255, 255, 255, 0.8);
    transition: 0.2s;
}

.disponible{
    fill:rgba(43, 126, 46, 0.4);
    stroke: darkgreen;
    stroke-width: 2;
    transition: 0.2s;
}

.disponible:hover{
    fill:rgba(43, 126, 46, 0.9);
    cursor: pointer;
    transition: 0.2s;
}


.apartado{
    fill:rgba(209, 169, 0, 0.4);
    stroke: goldenrod;
    stroke-width: 2;
    transition: 0.2s;
}

.apartado:hover{
    fill:rgba(209, 169, 0, 0.9);
    cursor: pointer;
    transition: 0.2s;
}

.vendido{
    fill:rgba(183, 0, 0, 0.4);
    stroke: darkred;
    stroke-width: 2;
    transition: 0.2s;
}

.vendido:hover{
    fill:rgba(183, 0, 0, 0.9);
    cursor: pointer;
    transition: 0.2s;
}


.nav-item button{
    background-color: #1f3f5d ;
    transition: 0.2s;
}

.nav-item button:hover{
    background-color: #3c4b64 !important;
    transition: 0.3s;
}

#silideFacade{
    width: 100%;
}

.modal-header{
    border-bottom: none !important;
}

#simbology{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(31, 63, 93, 0.7);
    color: #fff;
    width: 200px;
    z-index: 5;
}

#unitModal .modal-content{
    background-color: #1f3f5d;
    color: #fff;
}

.unit-info{
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
    color: #fff;
    text-align: center;
    z-index: 5;
}

.badge-success{
    background-color: #198754;
}

.badge-warning{
background-color: #ffc107;
}

.badge-danger{
    background-color: #dc3545;
}

.avaliable{
    background-color: #2B7E2E;
    border-radius: 4px;
    color: #fff;
}

.modal-footer{
    justify-content: space-between !important;
    border-top: none !important;
}

.btn-azul{
    background-color: #1f3f5d;
    color: #fff;
    font-weight: bold;
    transition: 0.2s;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

.btn-azul:hover{
    background-color: #3c4b64;
    color: #fff !important;
    transition: 0.3s;
}

.btn-addRealtor{
    background-color: #45546A;
    color: #fff;
    transition: 0.2s;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.btn-addRealtor:hover{
    background-color: #1f3f5d;
    color: #fff !important;
    transition: 0.3s;
}

.btn-addClient{
    background-color: #BB9429;
    color: #fff;
    transition: 0.2s;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.btn-addClient:hover{
    background-color: #8f701a;
    color: #fff !important;
    transition: 0.3s;
}

.btn-blanco{
    background-color: #fff;
    color: #1f3f5d;
    font-weight: bold;
    transition: 0.2s;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

.btn-blanco:hover{
    background-color: #3c4b64;
    color: #fff;
    transition: 0.3s;
}

/*Estilos menu inventory*/

.vista-frontal{
    width: 100%;
    height: 200px;
    text-decoration: none;
    position: relative;   
    border-radius: 10px;
    padding: 0;
}

.vista-frontal img{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: 10;
}

.vista-frontal span{
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 15;
    border-radius: 10px;
    font-size: 4rem;
    line-height: 3;
    color: white;
    transition: 0.2s;
}

.vista-frontal span:hover{
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    text-shadow: 1px 2px black;
}

/*Estilos single inventory*/

#inventory-card .inventory-price{
    background-color: #696969;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 5px;
}

.form-select-inventory {
    display: block;
    width: 65%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: none;
    border-radius: .25rem;
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.harbor171-official-logo{
    width: 110px;
}

@media (min-width: 360px) and (max-width: 767px) {

    .unit-info{
        top:30%;
    }

    #pay-plan h2{
    font-size: 1.5rem;
    }

.payment-info{
    font-size: 1rem;
}

#pay-plan #pay-details{
    position: relative;
    top: initial;
    left: initial;
}

.pay-sm-text{
    font-size: 0.5rem;
}


#inventory-info{
    background-color: #1f3f5d;
    color: #fff;
    margin-left:0;
    margin-right:0;
    font-size: 1rem;
}

    #const-specs h2 {
        font-size: 1.5rem;
  
    }

    #north-tower-views span{
        font-size: 2rem;
    }

    #north-tower-views{
        margin-top: 5rem;
    }

    .areasvg{
        width: 100%;
        height: 400px;
    }

    .section-views{
        width: 100%;
        height: auto;
    }

    .contact h3{
        font-size: 1.5rem;
    }
    .fondo-negro-2{
       left: 11px;
        top: 0;
        height: 100%;
        width: 93.5%;
    }
    .contact{
        right: 0px;
        left: 20px;
        top: 10px;
        width: 100%;
        height: 100%;
    }

    #carouselExampleIndicators{
        margin-top: 8rem;
    }

    #carouselExampleIndicators h2, #master-plan h2{
        font-size: 1.5rem;
    }

    .amenities .row{
        width: 100%;
        height: 70vh;
    }

    .amenities h2, #north-tower-views h2{
        font-size: 2rem;
    }

    .harbor-desc p{
        font-size: 1rem;
    }
    .responsive-img{
        height: 70vh;
    }

    .inventory-box{
        position: absolute;
        bottom: -5px;
        width: 100%;
        height: 50px;
        font-size: 0.7rem;
    }
    
    .inventory-box span{
        font-size: 1.5rem;
    }

    .info{
        margin-top: 5rem;
        font-size: 1.5rem;
    }

    .fondo-negro{
        position: absolute;
        left: 11px;
        right: 11px;
        top: 0;
        height: 100%;
        width: 93.5%;
        background-color: black;
        opacity: 0.4;
        z-index: 1;
    }

    .harbor-desc{
        left: 20px;
        top: 10px;
        width: 90%;
        height: 100%;
        color: #fff;
        z-index: 5;
    }

    .vista-frontal span{
        font-size: 2rem;
        line-height: 6;
    }

   .harbor171-official-logo{
       width: 100px;
   }

   .form-select-inventory {
     width: 100%;
    }
    
}

@media(min-width: 768px) and (max-width: 992px){
    #pay-plan #pay-details{
        position: relative;
        top: initial;
        left: initial;
    }

    .inventory-box span{
        font-size: 4rem;
    }

    .inventory-box{
        bottom: -50px;
        width: 100%;
        height: 140px;
        font-size: 1.4rem;
    }

    .amenities h2, #north-tower-views h2{
        font-size: 3rem;
    }

    #carouselExampleIndicators h2, #master-plan h2{
        font-size: 2.5rem;
    }

    #const-specs h2 {
        font-size: 2.5rem;
    }

    #pay-plan h2{
        font-size: 2.5rem;
    }

    .harbor171-official-logo{
        width: 100px;
    }

    .form-select-inventory {
        width: 100%;
    }
   
}