@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*variables*/

html {
    scroll-behavior: smooth;
}


/**/


/*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;
}

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

@font-face {
    font-family: "FFClanProMedium";
    src: url("../fuentes/FFClanProMedium.TTF") format("ttf");
}

@font-face {
    font-family: "FFClanProRgNews";
    src: url("../fuentes/FFClanProRgNews.TTF") format("ttf");
}

@font-face {
    font-family: "FFClanProUltra";
    src: url("../fuentes/FFClanProUltra.TTF") format("ttf");
}

@font-face {
    font-family: "FFClanProMedium";
    src: url("../fuentes/FFClanProMedium.woff") format("woff");
}

@font-face {
    font-family: "FFClanProRgNews";
    src: url("../fuentes/FFClanProRgNews.woff") format("woff");
}

@font-face {
    font-family: "FFClanProUltra";
    src: url("../fuentes/FFClanProUltra.woff") format("woff");
}

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


/**/


/**/

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

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

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


/*Banner*/

.banner-componente {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/credito-hipotecario/img/background-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px 50px 15px;
    position: relative;
}

.banner-componente #owl-carousel-banner .item {
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente {
    width: 585px;
    max-width: 100%;
    padding-right: 50px;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente h1 {
 font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #ff6600;
    line-height: 42px;
    margin-bottom: 24px;
}
.banner-componente #owl-carousel-banner .item .descripcion-componente h1 span {
font-weight: 600;
    background-color: #ff6600;
    color: white;
    padding: 0px 10px;
}


.banner-componente #owl-carousel-banner .item .descripcion-componente h2 span {
    display: block;
    font-size: 35px;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente h2 {
    font-family: "Montserrat", sans-serif;
    color: #3f3f3f;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 34px;
    font-weight: 500;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes a {
    background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    background-size: 100% 126px;
    background-position: 0 -48px;
    color: white;
    padding: 18px 23px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    /* height: 33px; */
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    font-size: 20px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.2s linear;
    /* margin: 0 auto; */
}
.banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes a img {    width: 6px;
    margin-left: 16px;}
.banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes a:hover {
        background-position: 0 -60px;
}

/* .banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes a:nth-child(1) {
    background-color: #38383e;
    color: white;
}

.banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes a:nth-child(2) {
    background-color: white;
    color: #ff6600;
} */

.banner-componente #owl-carousel-banner .item .carousel-banner {
    width: 50%;
    background: #e0e0e0;
}

.banner-componente #owl-carousel-banner .owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
}

.banner-componente #owl-carousel-banner .owl-dots .owl-dot {
    min-width: auto;
}

.banner-componente #owl-carousel-banner .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
    margin: 5px 3px;
    transition: 0.5s;
}

.banner-componente #owl-carousel-banner .owl-dots .owl-dot.active span {
    width: 27px;
    background: rgb(255, 255, 255);
}


/*tabs*/


/**/
.tabs-componente{
    width: 70%;
}
.tabs-componente .tabs-responsive-componente {
    display: flex;
    height: auto;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
}

.tabs-componente .tabs-responsive-componente .tab-segmento {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30%;
    height: auto;
    cursor: pointer;
    transition: all 0.5s;
    background: #dedede;
    border-radius: 50px;
    box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    height: 40px;
}
.tabs-componente .tabs-responsive-componente .tab-segmento .tab-hover{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-componente .tabs-responsive-componente .tab-segmento::after {
    content: '';
    background-image: url(../img/icono-check.png) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 0px;
    height: 0px;
    background: green;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    transition: all 0.2s linear;
    border: 0px solid white;
}

.tabs-componente .tabs-responsive-componente .tab-segmento h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 18px;
    color: #000000;
    transition: all 0.1s ease-in-out;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(2) {
    position: absolute;
    right: 0;
    left: 31%;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(2)::after {
    left: -10px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(3) {
    position: absolute;
    right: 0;
    left: 62%;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(3)::after {
    left: -10px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(4) {
    position: absolute;
    right: 0;
    left: 51%;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(4)::after {
    left: -10px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active::after {
    width: 25px;
    height: 25px;
    border: 1.5px solid white;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active h3 {
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active+.contenido-tab {
    display: block;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active {
    background: #ff6600;
}

.tabs-componente .tabs-responsive-componente .contenido-tab {
    display: none;
    width: 100%;
    margin-bottom: 60px !important;
    margin-top: 30px;
}

/**/

.tamaño-screen {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 20px;
}


/**/

.titulos-componente {
    margin: 50px 0px;
}

.titulos-componente h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    color: #ff6600;
}

.titulos-componente h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.titulos-componente h3 span {
    font-weight: 600;
}
.titulos-componente h4 {
font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    color: #ff6600;
}
.titulos-componente p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    color: #424242;
}


/**/


/*Preguntas frecuentes*/

.contactenos-componente .preguntas-frecuentes {
    width: 100%;
    margin-bottom: 30px;
}

.contactenos-componente .preguntas-frecuentes h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #ff6600;
    text-align: left;
    margin-bottom: 30px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card {
    border: none;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    position: relative;
    color: rgb(63, 63, 63);
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    background-color: #ffefe6 !important;
    border-radius: 15px;
}
.contactenos-componente .preguntas-frecuentes #accordion .card:last-child{
    margin-bottom: 0px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header {
    display: flex;
    align-items: center;
    height: 60px;
    background-color: transparent;
    box-shadow: none;
    border-bottom: transparent;
    padding: 7px 30px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header h4 {
    text-align: left;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button h4 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ff6600;
    text-decoration: none;
    transition: all 0.5s;
    margin-bottom: 0;
    line-height: 19px;
    padding-right: 30px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button h4 span {
    width: 17px;
    height: 4px;
    background: #ff6600;
    position: relative;
    display: block;
    border-radius: 50px;
    position: relative;
    margin: 0 0 0 auto;
    line-height: 17px;
    position: absolute;
    right: 30px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button h4 span::before {
    content: "";
    width: 17px;
    height: 4px;
    background: #ff6600;
    position: relative;
    display: block;
    border-radius: 50px;
    transform: rotate(90deg);
    transition: all 0.5s;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button.collapsed {
    color: #3f3f3f;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button.collapsed h4 {
    color: #ff6600;
    font-size: 13px;
    line-height: 18px;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button.collapsed h4 span {
    background: #ff6600;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .card-header button.collapsed h4 span::before {
    transform: rotate(0deg);
    background: #ff6600;
}

.contactenos-componente .preguntas-frecuentes #accordion .card .collapse {
   font-family: "Montserrat", sans-serif;
    text-align: left;
    position: relative;
    color: rgb(63, 63, 63);
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
}


/* .contactenos-componente .preguntas-frecuentes #accordion .card .collapse.in {
    font-family: "GeosansLight";
    border-top: 2px solid #ff6600;
} */

.contactenos-componente .preguntas-frecuentes #accordion .card .collapse .card-body {
font-family: "Montserrat", sans-serif;
    text-align: left;
    background-color: transparent;
    border-top: none;
    position: relative;
    top: -3px;
    color: #424242;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 30px 20px 30px;
}

.btn-mas-preguntas {
    margin-top: 30px;
    transform: scale(1);
    transition: all 0.5s;
    cursor: pointer;
}

.btn-mas-preguntas span {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    border: 2px solid #4e4e4c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.5s;
}

.btn-mas-preguntas span::before {
    content: '';
    width: 24px;
    height: 4px;
    background: #4e4e4c;
    position: relative;
    display: block;
    border-radius: 50px;
    /* transform: rotate(90deg); */
    transition: all 0.5s;
    position: absolute;
}

.btn-mas-preguntas span::after {
    content: '';
    width: 24px;
    height: 4px;
    background: #4e4e4c;
    position: relative;
    display: block;
    border-radius: 50px;
    transform: rotate(90deg);
    transition: all 0.5s;
    position: absolute;
}

.btn-mas-preguntas #clic-boton-preguntas {
    border: none;
    box-shadow: none;
        font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #4e4e4c;
}

.btn-mas-preguntas #clic-boton-preguntas:hover {
    outline-color: transparent;
    outline-style: none;
    background: transparent;
}

.btn-mas-preguntas:hover {
    transform: scale(1.1);
}

.btn-mas-preguntas.active {
    transform: scale(1.1);
}

.btn-mas-preguntas.active {
    transform: scale(1.1);
}

.btn-mas-preguntas.active span {
    border: 2px solid #ff6600;
}

.btn-mas-preguntas.active span::after {
    background: #ff6600;
    transform: rotate(45deg);
}

.btn-mas-preguntas.active span::before {
    background: #ff6600;
    transform: rotate(-45deg);
}

.btn-mas-preguntas.active #clic-boton-preguntas {
    color: #ff6600;
}

.collapse-preguntas-frecuentes {
    transition: max-height 0.25s ease-in;
    max-height: 0;
    overflow: hidden;
}

.collapse-preguntas-frecuentes.preguntas-frecuentes-in {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}


/**/

.panel {
    background-color: transparent !important;
}

.main {
    padding-bottom: 0px !important;
}

/**/

/**/

.radioCheck {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    display: none;
}

.radioCheck .custom-radio {
    display: block;
}

.radioCheck .custom-radio input {
    display: none;
}

.radioCheck .radio-btn {
    margin: 2px;
    width: 130px;
    height: 56px;
    border: 3px solid transparent;
    display: block;
    border-radius: 50px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
    transform: scale(0.9);
    transition: all .2s ease-in-out;
}

.radioCheck .radio-btn>i {
    color: #ffffff;
    background-color: #ff6600;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 3px;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
}

.radioCheck .radio-btn .hobbies-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.radioCheck .radio-btn .hobbies-icon h3 {
    margin-bottom: 0;
        font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #858585;
}

.radioCheck .custom-radio input:checked+.radio-btn {
    border: 2px solid #FFDAE9;
    transform: scale(1.1);
    opacity: 1;
    background: #1ba548;
}

.radioCheck .custom-radio input:checked+.radio-btn .hobbies-icon h3 {
    color: white;
}

.custom-radio input:checked+.radio-btn>i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

/**/


/**/

.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: "Montserrat", 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;
    box-shadow: -1px 1px 8px 1px rgba(0, 0, 0, 0.2);
}

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

.card-desistidos .img-proyecto img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: 240px;
    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; */
        padding: 30px 20px 30px 20px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto h4{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
    line-height: 30px;
    color: #ff6600;
    text-align: center;
}
.card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion{
        font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: #424242;
}
.card-desistidos .descripcion-proyecto .informacion-proyecto .ubicacion span{
    color: #ff6600;
}
.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente p{
    width: 50%;
    color: #7c6eb0;
    border-right: 1px solid #e0e0e0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente p:last-child{
    border: none;
}

.card-desistidos .descripcion-proyecto .informacion-proyecto .areas-componente p span{
    display: block;
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
}

.card-desistidos .descripcion-proyecto .botones-componente{
display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.card-desistidos .descripcion-proyecto .botones-componente .precio{
    display: none;
}
.card-desistidos .descripcion-proyecto .botones-componente a{
    background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    background-size: 100% 100px;
    background-position: 0 -30px;
    color: white;
    padding: 0px 15px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    font-size: 15px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.2s linear;
}
.card-desistidos .descripcion-proyecto .botones-componente a .logo{
    width: 28px;
    border-right: 1px solid;
    padding-right: 6px;
    margin-right: 12px;
}
.card-desistidos .descripcion-proyecto .botones-componente a .flecha{
    width: 6px;
    margin-left: 16px;
}
.card-desistidos .descripcion-proyecto .botones-componente a:hover{
    background-position: 0 -60px;
}

.etiqueta-proyecto .logo-etiqueta {
    display: flex;
    align-items: center;
    position: absolute;
    height: 70px;
    right: 20px;
    top: 20px;
    padding: 8px;
    background: rgb(255 255 255 / 100%);
    border-radius: 10px;
    /* box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    visibility: visible !important;
}

.etiqueta-proyecto .logo-etiqueta img {
/* width: 100%;
    max-width: 60px; */
    height: 100%;
    border-radius: 10px;
}
.etiqueta-proyecto .texto-etiqueta {
   display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 210px;
    padding: 8px 13px;
    background: white;
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.etiqueta-proyecto .texto-etiqueta::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;
}
.etiqueta-proyecto .texto-etiqueta span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 19px;
    line-height: 30px;
    color: white;
    text-align: center;
}
.etiqueta-proyecto .texto-etiqueta.estado_1{
    background-color: #008000;
}
.etiqueta-proyecto .texto-etiqueta.estado_2{
    background-color: #008000;
}
.etiqueta-proyecto .texto-etiqueta.estado_3{
    background-color: #008000;
}


.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;
    border-radius: 10px;
    margin: 10px;
    margin-bottom: 40px;
}

.nota-imagenes h3 {
    display: block;
    width: 100%;
        font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #ff6600;
    text-align: left;
    font-size: 17px;
    margin-bottom: 20px;
}

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

.nota-imagenes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 0;
}

.nota-imagenes ul li {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "GeosansLight";
    color: #565656;
    margin-bottom: 0;
    line-height: 16px;
    text-align: left;
    margin-bottom: 15px;
}

.nota-imagenes ul li::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background-size: 19px;
    margin-right: 8px;
    top: -3px;
    position: relative;
    background: #ff6600;
    border-radius: 50%;
    font-weight: bold;
    margin-left: -13px;
}

.nota-imagenes ul li:last-child {
    margin-bottom: 0;
}

/*paso a paso compradores*/

.paso-paso-compradores{
    position: relative;
}

.paso-paso-compradores .card-paso{
display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 20px;
}

.paso-paso-compradores .card-paso:last-child{
    margin-bottom: 0;
}

.paso-paso-compradores .card-paso .icono{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 150px;
    height: 150px;
    min-width: 150px;
    background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    border-radius: 50%;
    box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.2);

}

.paso-paso-compradores .card-paso .icono img{
    width: 55%;
}

.paso-paso-compradores .card-paso .icono .numero-paso{
    position: absolute;
    top: 0;
    right: 23px;
    background-color: #008000;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 900;
}

.paso-paso-compradores .card-paso .texto{
    text-align: left;
    padding-left: 22px;
}

.paso-paso-compradores .card-paso .texto h5{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #ff6600;
    margin: 0;
    padding-bottom: 5px;
    line-height: 22px;
}

.paso-paso-compradores .card-paso .texto .texto-descripcion{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #424242;
    line-height: 18px;
    margin-bottom: 0;
}

.paso-paso-compradores .card-paso::after{
content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    background: #b54900;
    left: 75px;
    z-index: -1;
}

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

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

 #contenedor3 {
     height: 100px;
     background: transparent;
    }
    .formulario-compradores {
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0px;
    height: 600px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    margin-top: 70px;
    }
    .formulario-compradores .formulario-caja {
    height: 600px;
    width: 100% !important;
    max-width: 334px;
    background-color: rgb(227 226 237 / 60%);
    z-index: 1;
    padding: 20px;
    border-radius: 19px;
    }
    .formulario-compradores .formulario-caja .titulos-componente{
            margin: 19px 9px;
    }
     .formulario-compradores .formulario-caja .titulos-componente h3{
        font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    color: #ff6600;
     }
/*media queries*/

@media only screen and (max-width: 1200px) {
  /**/
    .banner-componente {
        padding: 0px 0px 0px 0px;
    }
    .banner-componente #owl-carousel-banner {
        padding: 100px 100px 100px 100px;
    }
    .banner-componente #owl-carousel-banner .item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .banner-componente #owl-carousel-banner .item .carousel-banner {
        width: 100%;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente {
        width: 100%;
        padding-right: 0px;
        padding-top: 30px;
        order: 2;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h1 {
        text-align: center;
        font-size: 27px;
        line-height: 37px;
        margin-bottom: 19px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h2 {
        text-align: center;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h2 {
        text-align: center;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes {
        justify-content: center;
    }
    /**/

        /* .tabs-componente .tabs-responsive-componente .tab-segmento {
            width: 230px;
        }
        .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(2) {
            left: 240px;
        }
        .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(3) {
            left: 480px;
        } */
}


/**/

@media only screen and (max-width: 1140px) {
    .tabs-componente {
    width: 67%;
}
}

@media only screen and (max-width: 1100px) {
    .titulos-componente h2 {
        text-align: center;
    }
     .titulos-componente h4 {
        text-align: center;
    }
    .titulos-componente p {
        text-align: center;
    }
  /*tabs*/
    .tabs-componente {
        padding: 0px 0px;
    }
    .tabs-componente .tabs-responsive-componente {
        display: flex;
        height: auto;
        text-align: center;
        max-width: 1171px;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        position: relative;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento {
        width: 100%;
        /* padding: 15px; */
        cursor: pointer;
        transition: all 0.5s;
        margin-bottom: 10px !important;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(1),
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(2),
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(3),
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(4),
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(5) {
        position: relative;
        right: initial;
        left: initial;
    }
    .tabs-componente .tabs-responsive-componente .contenido-tab {
        border: none;
        margin-bottom: 0;
    }
    /**/
    #tabs-programacion {
        border: none;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento h3 {
        text-align: center;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento.active {
        background-color: green;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento.active::after {
        content: '';
        width: 0 !important;
        height: 0 !important;
        border-left: 10px solid transparent !important;
        border-right: 10px solid transparent !important;
        border-top: 14px solid green !important;
        bottom: -12px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: transparent;
    }
}


/**/
@media only screen and (max-width: 1040px) {
    .tabs-componente {
    width: 65%;
}
}

@media only screen and (max-width: 1000px) {
        .contactenos-componente .preguntas-frecuentes {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }
    .contactenos-componente .preguntas-frecuentes h3 {
        text-align: center;
    }
}

/**/
@media only screen and (max-width: 992px) {
    .formulario-compradores .formulario-caja {
    height: initial;
    max-width: 100%;
    z-index: 0;
}
.formulario-compradores {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 15px;
    height: initial;
    position: relative;
    margin: 0 auto;
    right: 0;
    left: 0;
    margin-top: 40px;
}
.page-compradores-flex{
    display: flex;
    flex-direction: column;
}
.tamaño-screen{
order: 1;
}
.formulario-compradores{
order: 2;
        margin: 0;
        padding: 0px 15px;
}
#contenedor3{
    display: none;
}
    .tabs-componente {
        width: 100%;
    }
}
/**/

@media only screen and (max-width: 900px) {
    /**/
        .paginador-vivienda .item_paginador {
        width: 100% !important;
        max-width: 768px;
    }
        /**/
    .banner-componente #owl-carousel-banner {
        padding: 50px;
    }
    /**/
    .descripcion-proyecto{    width: 100%;
    max-width: 400px;
    margin: 0 auto;}
}


@media only screen and (max-width: 768px) {
     /**/
    .banner-componente #owl-carousel-banner {
        padding: 15px 15px 50px 15px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente {
        padding: 30px 5px 0px 5px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h2 {
        text-align: center;
        padding-bottom: 14px;
        margin-bottom: 16px;
        line-height: 22px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h2 span {
        display: initial;
        font-size: 22px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente h2 {
        margin-bottom: 20px;
    }
    .banner-componente #owl-carousel-banner .item .descripcion-componente .botones-componentes {
        gap: 5px;
    }
        .contactenos-componente .preguntas-frecuentes h3 {
        font-size: 22px;
    }
    .contactenos-componente .preguntas-frecuentes #accordion .card .card-header {
    display: flex;
    align-items: center;
    height: auto;
    padding: 22px 30px;
}

}

@media only screen and (max-width: 450px){
    .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;
    }
    .etiqueta-proyecto .texto-etiqueta {

 top: 225px;


    }
    .etiqueta-proyecto .texto-etiqueta span{
            font-size: 15px;
                line-height: 18px;

    }
    .card-desistidos .descripcion-proyecto .botones-componente a{
        line-height: 13px !important;
    }
    .paso-paso-compradores .card-paso{
            flex-wrap: wrap;
    }
    .paso-paso-compradores .card-paso::after{
        display: none;
    }
    .paso-paso-compradores .card-paso .texto{
        text-align: center;
        margin-bottom: 20px;
    }
    .paso-paso-compradores .card-paso .texto h5{
        text-align: center;
    }
    .paso-paso-compradores .card-paso .icono
    {
                        margin: 0 auto;
                margin-bottom: 16px;
    }
}