<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#new-traspaso .banner .item {
    background: #FFFFFF url(../../img/BannerApv.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
    border-bottom: 10px solid #BF2E38;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0;
}

#new-traspaso .banner, #new-traspaso .banner .item {
    height: 25vw;
}

.contrata-apv .card-header {
    background: #b4123b;
    color: white;
    font-size: 21px;
    text-align: center;
    border-radius: 20px 20px 0 0 !important;
    padding: 20px 15px 35px;
    position: relative;
}

.contrata-apv {
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.card-header::after {
    content: '';
    background: #FFFFFF url(https://www.afphabitat.cl/solicitudTraspasoWeb/style/img/lock-CS.png) center no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: calc(50% - 30px);
    bottom: -30px;
}

#new-traspaso .form__group {
    max-width: 100%;
}

#new-traspaso p, #new-traspaso .traspaso__lista li {
    font-size: 16px;
}

.app-habitat .modal-header .close, .habitat-wrap .modal-header .close {
margin-top: -1rem !important;
}

.habitat-wrap .custom__select:after, .app-habitat .custom__select:after {
right: 10px !important;
}

a.new-tooltip {
    transition: ease all .5s;
    position: relative;
}
.new-tooltip span {
        color: white;
    position: absolute;
    background: #002f56;
    width: 250px;
    font-size: 12px;
    padding: 10px;
    bottom: 30px;
    left: -22px;
    border-radius: 5px;
    transition: ease all .5s;
    z-index: 10000;
    text-align: center;
    display: none;
    }
a.new-tooltip span::after {
    content:'';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #002f56;
    position:absolute;
    bottom:-10px;
    left: 20px;
}
a.new-tooltip:hover span {
    display: block !important;
}

.row.overflow div {
  overflow: hidden;
}</pre></body></html>