@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Square+Peg&display=swap");

/*variables*/

html {
    scroll-behavior: smooth;
}

:root {
    --fondo: #f6ead9;
    --verde-claro: #8ebd80;
    --verde-oscuro: #404F39;
    --naranja: #ff6600;
    --texto-gris: #38383e;
}


/*estilos generales*/

.justify-content-center {
    justify-content: center;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.display-flex {
    display: flex;
    align-items: center;
}

.dis-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex {
    display: flex;
}


/* .row {
    display: flex;
    flex-wrap: wrap;
} */

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.mb-50 {
    margin-bottom: 100px;
}

@font-face {
    font-family: "GeosansLight";
    src: url("/vivienda/Biblioteca%20de%20estilos/webparts/credito-hipotecario/fuentes/GeosansLight.woff") format("woff");
}

@font-face {
    font-family: "GeosansLight-Oblique";
    src: url("/vivienda/Biblioteca%20de%20estilos/webparts/credito-hipotecario/fuentes/GeosansLight-Oblique.woff") format("woff");
}

.tab-content>.tab-pane {
    display: block;
}

.margin-section {
    margin-bottom: 50px;
}

.bg-fondo {
    background: #ff6600;
    padding: 50px 15px 100px 15px;
}


/**/

.banner-componente {
    margin-bottom: 60px;
}

.banner-componente img {
    width: 100%;
    max-width: 100%;
}


/*titulos*/

.titulos-componente {
    width: 1171px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 10px;
}

.titulos-componente h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #ff6600;
    margin-bottom: 0px;
    display: none;
}

.titulos-componente h2 span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: #ff6600;
    margin-bottom: 0px;
}

.titulos-componente h2 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 900;
    color: #565656;
    margin-bottom: 0px;
}

.titulos-componente p {
    font-family: "GeosansLight";
    color: #3f3f3f;
    font-size: 30px;
    line-height: 29px;
}

.titulos-componente h2.fb {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: white;
    margin-bottom: 0px;
}

.titulos-componente p.fb {
    font-family: "Poppins", sans-serif;
    color: white;
    font-weight: 900;
    font-size: 30px;
    line-height: 29px;
}


/*cards slider*/

.cards-slider {
    width: 1171px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 0px 0px 0px;
}

.cards-slider #owl-carousel-cards {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cards-slider #owl-carousel-cards .owl-stage {
    display: flex;
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item {
    margin-bottom: 10px;
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: white;
    width: 100%;
    margin: 0 auto;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 9px 0px rgb(255 255 255 / 40%);
    position: relative;
    transition: transform 0.3s;
    transform: scale(0.97);
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .contenido .icono {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .contenido .icono img {
    width: 90px;
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .contenido h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #ff6600;
    margin-bottom: 20px;
    line-height: 31px;
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .contenido h3 span {
    font-size: 20px;
    color: #3f3f3f;
    display: block;
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .contenido p {
    font-family: "GeosansLight";
    text-align: center;
    font-size: 17px;
    color: #3f3f3f;
    line-height: 19px;
    font-weight: 900;
    font-style: italic;
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .btn-card-slider {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .btn-card-slider a {
    padding: 0px 30px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 14px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.5s linear;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #ff6600;
    color: #ff6600;
    background: white;
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .btn-card-slider a:hover {
    color: white;
    background: #ff6600;
}

.cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card:hover {
    transform: scale(1);
}

.cards-slider .btn-solo-componente {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}


/**/

.cards-slider .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    /**/
}

.cards-slider .owl-carousel .owl-nav [class*=owl-] {
    margin: 0 !important;
}

.cards-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 4px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: rgba(255, 102, 0, 0.7) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    z-index: 1;
    transform: scale(0.95) translate(-50%, -50%);
}

.cards-slider .owl-carousel .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.cards-slider .owl-carousel .owl-nav .owl-prev span:before {
    background-image: url(https://corporativo.compensar.com//vivienda/Biblioteca%20de%20estilos/webparts/credito-hipotecario/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(10);
}

.cards-slider .owl-carousel .owl-nav .owl-prev:hover {
    width: 55px;
    height: 55px;
    transform: scale(1) translate(-50%, -50%);
    background-color: rgb(255, 102, 0) !important;
}

.cards-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -33px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: rgba(255, 102, 0, 0.7) !important;
    transition: 0.3s;
    margin: 0 0 0 auto !important;
    outline: none;
    min-width: auto;
    z-index: 1;
    transform: scale(0.95) translate(-50%, -50%);
}

.cards-slider .owl-carousel .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.cards-slider .owl-carousel .owl-nav .owl-next span:before {
    background-image: url(https://corporativo.compensar.com//vivienda/Biblioteca%20de%20estilos/webparts/credito-hipotecario/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    filter: brightness(10);
}

.cards-slider .owl-carousel .owl-nav .owl-next:hover {
    transform: scale(1) translate(-50%, -50%);
    background-color: rgb(255, 102, 0) !important;
    box-shadow: none !important;
}

.cards-slider .owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    min-width: auto;
    z-index: 0;
    padding: 0px;
    bottom: -15px;
}

.cards-slider .owl-carousel .owl-dots .owl-dot {
    transition: 0.3s;
    min-width: auto;
    outline: none;
}

.cards-slider .owl-carousel .owl-dots .owl-dot span {
    margin: 2px !important;
    transition: 0.3s !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.cards-slider .owl-carousel .owl-dots .owl-dot.active span {
    background-color: rgba(255, 255, 255, 1) !important;
    width: 30px !important;
}

.cards-slider .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: rgba(255, 255, 255, 1) !important;
}


/**/

.contactenos-componente {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1171px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    padding: 0px 10px;
}

.contactenos-componente .formulario-componente {
    width: 100%;
    /* box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    background: white;
    padding: 30px; */
}

.contactenos-componente .formulario-componente h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #ff6600;
    text-align: left;
    margin-bottom: 30px;
    /* display: none; */
}

.contactenos-componente .formulario-componente iframe {
    width: 100%;
}


/*botones-flotantes*/

.botones-flotantes {
    position: fixed;
    right: 19px;
    bottom: 92px;
    z-index: 1;
}


/* .botones-flotantes .btn-group {
    margin-bottom: 10px;
} */

.botones-flotantes .btn-group.dropup button {
    background-image: linear-gradient(to bottom, #72207e, #d9a8e2, #ff6600, #f7a400);
    box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.5) !important;
    border: none;
    width: 65px;
    min-width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    background-repeat: repeat-x;
    background-repeat: repeat-y;
    background-size: 100% 264px;
    background-position: 0 -30px;
    transition: all 0.2s linear;
    z-index: 10;
    position: relative;
}

.botones-flotantes .btn-group.dropup button img {
    position: absolute;
    width: 36px;
}

.botones-flotantes .btn-group.dropup button span {
    margin-bottom: 4px;
    /* width: 25px; */
    width: 0px;
    display: block;
    background: white;
    border-radius: 10px;
    transition: 0.5s;
    padding-top: 2px;
    position: relative;
    transform: scale(1);
    display: none;
}

.botones-flotantes .btn-group.dropup button span:nth-child(2) {
    /* width: 20px; */
    width: 0px;
}

.botones-flotantes .btn-group.dropup button span:nth-child(3) {
    margin-bottom: 0;
    width: 0px;
}

.botones-flotantes .btn-group.dropup button:focus {
    box-shadow: none !important;
    background-repeat: repeat-x;
    background-repeat: repeat-y;
    background-size: 100% 264px;
    background-position: 0 -30px;
    transition: all 0.2s linear;
    background-image: linear-gradient(to bottom, #72207e, #d9a8e2, #ff6600, #f7a400) !important;
}

.botones-flotantes .btn-group.dropup button::after {
    display: none;
}

.botones-flotantes .btn-group.dropup button:hover span {
    transform: scale(1.3);
}

.botones-flotantes .btn-group.dropup .dropdown-menu {
    background: rgb(251, 217, 194);
    border: none;
    width: 61px;
    min-width: auto;
    z-index: 1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 0;
    height: 0;
    transition: height 0.3s ease-in-out;
    transition-delay: 0.1s;
    /* top: 40px !important; */
    bottom: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.botones-flotantes .btn-group.dropup .dropdown-menu a {
    width: 45px;
    height: 45px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    margin-bottom: 7px !important;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    z-index: initial;
    position: relative;
}

.botones-flotantes .btn-group.dropup .dropdown-menu a img {
    transition: all 0.3s ease-in-out;
    width: 30px;
}

.botones-flotantes .btn-group.dropup .dropdown-menu a .forma-triangulo {
    position: absolute;
    right: 0px;
    z-index: -1;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    text-align: center;
    display: flex;
    align-items: center;
    background: transparent;
    height: 45px;
    border-radius: 50px;
    width: 45px;
    color: transparent;
    transition: width 0.3s ease-in-out;
    transition-delay: 0.1s;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 25px;
}

.botones-flotantes .btn-group.dropup .dropdown-menu a:last-child {
    margin-bottom: 0px;
}

.botones-flotantes .btn-group.dropup .dropdown-menu a:hover {
    width: 48px;
    height: 48px;
    min-height: 48px;
    box-shadow: 0px 0px 3px 2px rgb(255, 102, 0);
}

.botones-flotantes .btn-group.dropup .dropdown-menu a:hover img {
    width: 33px;
}

.botones-flotantes .btn-group.dropup .dropdown-menu a:hover .forma-triangulo {
    width: 250px;
    background: #72207e;
    color: white;
}

.botones-flotantes .btn-group.dropup.open button {
    background-position: 0 -180px;
    box-shadow: 0px 0px 3px 2px rgba(108, 117, 125, 0.5) !important;
}

.botones-flotantes .btn-group.dropup.open button img {
    display: none;
}

.botones-flotantes .btn-group.dropup.open button span {
    background: white;
    width: 30px;
    transform: scale(1.3);
    display: block;
}

.botones-flotantes .btn-group.dropup.open button span:nth-child(1) {
    top: 4px;
    margin-bottom: 0;
    transform: rotate(-45deg);
}

.botones-flotantes .btn-group.dropup.open button span:nth-child(2) {
    width: 0px;
}

.botones-flotantes .btn-group.dropup.open button span:nth-child(3) {
    top: -4px;
    margin-bottom: 0;
    transform: rotate(45deg);
    display: block;
}

.botones-flotantes .btn-group.dropup.open button:focus {
    box-shadow: 0px 0px 3px 2px rgba(108, 117, 125, 0.5) !important;
}

.botones-flotantes .btn-group.dropup.open .dropdown-menu {
    padding-top: 7px;
    height: auto;
    transition: height 0.3s ease-in-out;
    transition-delay: 0.1s;
    padding-bottom: 70px;
}

.botones-flotantes .boton-volver-arriba {
    box-shadow: 0px 0px 4px 2px rgba(129, 129, 129, 0.4);
    border-radius: 50%;
    width: 65px;
    margin-top: 10px;
}

.botones-flotantes .boton-volver-arriba a {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 9px 2px rgba(129, 129, 129, 0.2);
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff, #ff6600, #f7a400);
    background-repeat: repeat-x;
    background-repeat: repeat-y;
    background-size: 100% 264px;
    background-position: 0 -30px;
    transition: all 0.2s linear;
}

.botones-flotantes .boton-volver-arriba a img {
    transition: all 0.3s ease-in-out;
    width: 17px;
}

.botones-flotantes .boton-volver-arriba:hover a {
    background-position: 0 -180px;
}

.botones-flotantes .boton-volver-arriba:hover a img {
    transition: all 0.3s ease-in-out;
    filter: invert(99%) sepia(1%) saturate(2) hue-rotate(208deg) brightness(144%) contrast(100%);
}


/**/

.tabs-componente {
    width: 1171px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
    margin-top: 70px;
    padding: 0px 15px;
}

@media only screen and (max-width: 1300px) {
    .cards-slider .owl-carousel .owl-nav .owl-next {
        right: -16px;
    }
    .cards-slider .owl-carousel .owl-nav .owl-prev {
        left: 18px;
    }
}

@media only screen and (max-width: 1000px) {
    /**/
    .contactenos-componente {
        flex-wrap: wrap;
    }
    .contactenos-componente .formulario-componente {
        width: 100%;
        box-shadow: none;
        padding: 0px;
    }
    /**/
    .contactenos-componente .formulario-componente h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 900px) {
    .paginador-vivienda .item_paginador {
        width: 100% !important;
        max-width: 768px;
    }
    .tabs-componente {
        padding: 0px 5px;
    }
}

@media only screen and (max-width: 768px) {
    /**/
    .cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card {
        padding: 50px 20px;
        transform: scale(1);
    }
    .cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .contenido .icono {
        margin-bottom: 16px;
        width: 130px;
        height: 130px;
    }
    .cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .contenido .icono img {
        width: 69px;
    }
    .cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .contenido h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .cards-slider #owl-carousel-cards .owl-stage .owl-item .item .caja-card .contenido p {
        font-size: 17px;
        line-height: 18px;
    }
    /**/
    .mb-50 {
        margin-bottom: 60px;
    }
    .contactenos-componente .formulario-componente h3 {
        font-size: 22px;
    }
    .titulos-componente h2 span {
        font-size: 20px;
        display: initial;
    }
    .titulos-componente h2 {
        font-size: 20px;
        color: #ff6600;
        line-height: 26px;
    }
    .tabs-componente {
        margin-top: 40px;
    }
    .bg-fondo {
        padding: 0px 15px 30px 15px;
    }
}

@media only screen and (max-width: 650px) {
    /**/
    /* .titulos-componente h2 {
        font-size: 22px;
    } */
    .titulos-componente p {
        font-size: 18px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 500px) {
    /**/
    .botones-flotantes .btn-group.dropup .dropdown-menu a .forma-triangulo {
        background: #72207e;
        width: 250px;
        color: white;
    }
    /**/
    .botones-flotantes {
        right: 4px;
    }
    #ysocial-chat>div {
        right: 4px !important;
    }
    /**/
    .tabs-componente {
        margin-top: 35px;
    }
    /**/
    .mb-50 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 450px) {
    .card-desistidos .descripcion-proyecto .informacion-proyecto {
        flex-wrap: wrap;
    }
    .card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion-componente {
        padding: 0px !important;
        border: none !important;
        margin-bottom: 20px;
    }
    .pagination-counter .nav-paginador button {
        max-width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .pagination-counter .nav-paginador button {
        max-width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .pagination-counter .nav-paginador button:first-child::after {
        width: 30px;
        height: 30px;
    }
}

.fixed-nav #navigation {
    position: fixed;
    top: 0;
    z-index: 1;
    margin: 0 auto;
    right: 0;
    left: 0;
}

#ysocial-chat>div {
    width: 69px;
    height: 69px;
    bottom: 15px;
    right: 17px;
}

.btn-aliados-credito {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 1171px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 10px 0px 10px;
}

.btn-aliados-credito a {
    color: white;
    padding: 0px 7%;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(-45deg, #ff6600, #f7a400, #72207e, #d9a8e2);
    background-size: 600%;
    animation: anime 10s linear infinite;
    transition: font-size 0.5s;
    text-align: center;
}

.btn-aliados-credito a:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    font-size: 16px;
}

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/**/

.paginador-vivienda {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.paginador-vivienda .item_paginador {
    width: 50%;
    padding: 10px;
    position: relative;
}


/* .paginador-vivienda .item_paginador.Aptos .componente-precio {
    background: blue;
}

.paginador-vivienda .item_paginador.Locales .componente-precio {
    background: red;
}

.paginador-vivienda .item_paginador.Casas .componente-precio {
    background: green;
} */

.pagination-counter .nav-paginador {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.pagination-counter .nav-paginador button {
    width: 100%;
    max-width: 60px;
    border: none;
    position: relative;
    cursor: pointer;
    min-width: 30px;
}

.pagination-counter .nav-paginador button {
    width: 100%;
    max-width: 40px;
    border: none;
    position: relative;
    cursor: pointer;
    min-width: 40px;
    height: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    border-radius: 7px;
    transition: all 01s;
}

.pagination-counter .nav-paginador button:first-child::after {
    content: '';
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/desistidos/img/flecha-paginador.png);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.pagination-counter .nav-paginador button:first-child img {
    width: 100%;
    max-width: 15px;
    transform: rotate(180deg);
    display: none;
}

.pagination-counter .nav-paginador button:first-child span {
    display: none;
}

.pagination-counter .nav-paginador button:last-child::after {
    content: '';
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/desistidos/img/flecha-paginador.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.pagination-counter .nav-paginador button:last-child img {
    width: 100%;
    max-width: 15px;
    display: none;
}

.pagination-counter .nav-paginador button:last-child span {
    display: none;
}

.pagination-counter .nav-paginador button.d1 {
    background: rgb(255 102 0 / 100%);
    color: white;
    transition: all 01s;
}

.pagination-counter .nav-paginador button.d2 {
    background: rgb(255 102 0 / 10%);
    transition: all 01s;
}

.pagination-counter .nav-paginador button.d2:hover {
    background: rgb(255 102 0 / 100%);
    color: white;
    transition: all 01s;
}

.card-desistidos {
    background-color: #efefef;
    padding: 10px;
    border-radius: 25px;
    height: 100%;
}

.card-desistidos .card-f-blanco {
    background: white;
    display: block;
    height: 100%;
    position: relative;
    border-radius: 15px;
}

.card-desistidos .img-proyecto {
    width: 100%;
    max-width: 100%;
    height: 280px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-desistidos .img-proyecto img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: 280px;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-desistidos .descripcion-proyecto {
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    padding-bottom: 90px;
    /* position: relative; */
}

.card-desistidos .descripcion-proyecto .componente-precio {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff6600;
    border-bottom-right-radius: 40px;
    height: 50px;
    padding: 0px 10px;
    margin-bottom: 15px;
}

.card-desistidos .descripcion-proyecto .componente-precio .precio {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    font-family: "GeosansLight";
    font-size: 17px;
    font-weight: 600;
    color: white;
    position: relative;
    flex-wrap: wrap;
}

.card-desistidos .descripcion-proyecto .componente-precio .precio p {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin-left: 5px;
    margin-bottom: 0;
    position: relative;
    color: white;
}

.card-desistidos .descripcion-proyecto .componente-precio .precio .legales {
    position: relative;
    right: 0;
    bottom: 5px;
    font-size: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    font-family: "GeosansLight";
    color: white;
    left: 0;
    display: block;
    width: 100%;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion-componente {
    border-right: 1px solid #565656;
    padding: 10px 10px 10px 0px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion-componente h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    color: #ff6600;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion-componente .botones-ubicacion {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion-componente .botones-ubicacion a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 1px;
    border-radius: 7px;
    transition: all 0.2s;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion-componente .botones-ubicacion a img {
    width: 100px;
    max-width: 60px;
    transition: all 0.3s;
    transform: scale(0.85);
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion-componente .botones-ubicacion a:hover {
    background-color: #efefef;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion-componente .botones-ubicacion a:hover img {
    transform: scale(1);
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente {
    padding-left: 15px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente .area-descripcion {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente .area-descripcion p {
    font-size: 10px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "GeosansLight";
    color: #565656;
    margin-bottom: 0;
    line-height: 11px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente .area-descripcion p span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    color: #ff6600;
    font-size: 20px;
    line-height: 23px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente .parrafo-descripcion {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "GeosansLight";
    color: #565656;
    margin-bottom: 0;
    line-height: 16px;
}

.card-desistidos .descripcion-proyecto .zonas-comunes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.card-desistidos .descripcion-proyecto .zonas-comunes h4 {
    display: block;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    color: #ff6600;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
}

.card-desistidos .descripcion-proyecto .zonas-comunes h5 {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    color: #565656;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px;
}

.card-desistidos .descripcion-proyecto .zonas-comunes h5 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}

.card-desistidos .descripcion-proyecto .zonas-comunes h5 span img {
    width: 100%;
}

.etiqueta-proyecto {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 30px;
    padding: 10px;
    background: white;
    border-radius: 15px 15px 15px 0px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.etiqueta-proyecto .logo-etiqueta {
    border-right: 1px solid;
    padding: 5px 10px 5px 0px;
}

.etiqueta-proyecto .logo-etiqueta img {
    width: 100%;
    max-width: 60px;
}

.etiqueta-proyecto .texto-etiqueta h3 {
    margin-bottom: 0;
    max-width: 200px;
    padding: 10px 0px 10px 10px;
}

.etiqueta-proyecto .texto-etiqueta h3 .titulo-card {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 900;
    color: #ff6600;
    margin-bottom: 0;
    line-height: 19px;
    display: block;
}

.etiqueta-proyecto .texto-etiqueta h3 .ubicacion-card {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    color: #565656;
    font-size: 15px;
    font-weight: 600;
    font-family: "GeosansLight";
    line-height: 18px;
}

.etiqueta-proyecto .texto-etiqueta h3 .ubicacion-card strong {
    font-weight: 900;
}

.etiqueta-proyecto::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 10px solid #4f4f4f;
    position: absolute;
    left: 0;
    bottom: -16.5px;
}

.botones-componente {
    background-color: #f9f9f9;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}

.botones-componente a {
    padding: 8px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    max-width: 150px;
    width: 100%;
    transition: all 0.3s;
    overflow: hidden;
}

.botones-componente a.btn1 {
    box-sizing: border-box;
    color: #1ba548;
    background: white;
    box-shadow: 0px 0px 3px 1px rgb(27, 165, 72);
    border: 1px solid #1ba548;
    position: relative;
}

.botones-componente a.btn1::before,
.botones-componente a.btn1::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100px) skewX(-15deg);
    content: "";
}

.botones-componente a.btn1::before {
    width: 60px;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(30px);
    opacity: 0.5;
}

.botones-componente a.btn1::after {
    width: 30px;
    left: 30px;
    background: rgba(255, 255, 255, 0.2);
    filter: blur(5px);
}

.botones-componente a.btn2 {
    box-sizing: border-box;
    color: white;
    background: #1ba548;
    box-shadow: 0px 0px 3px 1px rgb(27, 165, 72);
    border: 1px solid #1ba548;
    position: relative;
}

.botones-componente a.btn2::before,
.botones-componente a.btn2::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100px) skewX(-15deg);
    content: "";
}

.botones-componente a.btn2::before {
    width: 60px;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(30px);
    opacity: 0.5;
}

.botones-componente a.btn2::after {
    width: 30px;
    left: 30px;
    background: rgba(255, 255, 255, 0.2);
    filter: blur(5px);
}

.botones-componente a:hover.btn1 {
    background-color: #106f2f;
    border-color: #106f2f;
    box-shadow: 0px 0px 3px 1px #106f2f;
    color: white;
}

.botones-componente a:hover.btn1::before {
    opacity: 1;
}

.botones-componente a:hover.btn1::before,
.botones-componente a:hover.btn1::after {
    transform: translateX(300px) skewX(-15deg);
    transition: all 0.9s ease;
}

.botones-componente a:hover.btn2 {
    background-color: #106f2f;
    border-color: #106f2f;
}

.botones-componente a:hover.btn2::before {
    opacity: 1;
}

.botones-componente a:hover.btn2::before,
.botones-componente a:hover.btn2::after {
    transform: translateX(300px) skewX(-15deg);
    transition: all 0.9s ease;
}

.divisas {
    display: none;
}

.divisas.Pesos {
    display: block;
}


/**/

.pagination-counter {
    justify-content: center;
}

.caja select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0px 20px;
    color: #565656;
    background-color: white;
    background-image: none;
    cursor: pointer;
    font-family: "GeosansLight";
    border: 2px solid #ff6600;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 900;
    transition: all 0.1s;
    text-align: center;
    /* line-height: 25px; */
    font-family: "Poppins", sans-serif;
}

.caja select:focus {
    border: 2px solid #ff6600 !important;
    box-shadow: 0px 0px 4px 0px rgb(255 102 0 / 50%);
    color: #ff6600 !important;
}

.caja:focus-within::after {
    content: '';
    transform: rotate(270deg) !important;
}


/* Remove IE arrow */

.caja select::-ms-expand {
    display: none;
}


/* Custom Select wrapper */

.caja {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    /* overflow: hidden; */
    margin: 0 auto;
    margin-bottom: 40px;
    min-width: 300px;
    max-width: 400px;
}


/* Arrow */

.caja::after {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/desistidos/img/flecha-select.png);
    transition: .25s all ease;
    pointer-events: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    transform: rotate(90deg);
    background-color: rgb(255 102 0 / 20%);
}


/* Transition */

.caja select option {
    border: none;
    background-color: white;
    padding: 0px;
    color: #565656;
    font-weight: 600;
    font-size: 15px;
    min-height: 30px;
    margin: 0;
    text-align: center;
    width: 100px;
}

.caja:hover::after {
    color: #f39c12;
}

#filters p {
    text-align: center;
    font-family: "GeosansLight";
    font-weight: 900;
    margin-bottom: 0;
    font-size: 18px;
}

.nota-imagenes {
    margin-bottom: 50px;
    background: rgb(255 102 0 / 5%);
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    margin: 10px;
    margin-bottom: 40px;
}

.nota-imagenes h3 {
    display: block;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    color: black;
    text-align: center;
    font-size: 17px;
    margin-bottom: 7px;
}

.nota-imagenes p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "GeosansLight";
    color: #565656;
    margin-bottom: 0;
    line-height: 16px;
}

*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 4px;
}