@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&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;
}


/**/


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

.proyectos-componente {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 1171px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 10px 50px 10px;
}

.proyectos-componente .descripcion-proyectos {
    width: 30%;
    width: 100%;
    padding-right: 15px;
}

.proyectos-componente .descripcion-proyectos h2 {
    /* font-family: "Bebas Neue", sans-serif; */
    font-family: "Roboto Medium", sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #ff6600;
    text-align: left;
    line-height: 34px;
}

.proyectos-componente .descripcion-proyectos h2 span {
    display: block;
    font-size: 25px;
    color: #4e4e4c;
    /* line-height: 20px; */
}

.proyectos-componente .descripcion-proyectos p {
    font-family: "Roboto Condensed", sans-serif;
    color: #4e4e4c;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
}

.proyectos-componente .cards-proyectos-componente {
    position: relative;
    width: 70%;
    width: 100%;
}

.proyectos-componente .cards-proyectos-componente .owl-carousel .owl-stage {
    display: flex;
}

.proyectos-componente .cards-proyectos-componente .owl-carousel .owl-stage .owl-item {
    margin-bottom: 10px;
}

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

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

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

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

.proyectos-componente .cards-proyectos-componente .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;
}

.proyectos-componente .cards-proyectos-componente .owl-carousel .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/carousel-proyectos-de-vivienda/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);
}

.proyectos-componente .cards-proyectos-componente .owl-carousel .owl-nav .owl-prev:hover {
    width: 55px;
    height: 55px;
    background-color: rgb(255, 102, 0) !important;
}

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

.proyectos-componente .cards-proyectos-componente .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;
}

.proyectos-componente .cards-proyectos-componente .owl-carousel .owl-nav .owl-next span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/carousel-proyectos-de-vivienda/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);
}

.proyectos-componente .cards-proyectos-componente .owl-carousel .owl-nav .owl-next:hover {
    width: 55px;
    height: 55px;
    background-color: rgb(255, 102, 0) !important;
    box-shadow: none !important;
}

.proyectos-componente .cards-proyectos-componente .owl-carousel .owl-dots {
    position: relative;
    padding: 0;
    width: 100%;
    min-width: auto;
    z-index: 0;
    padding: 0px;
}

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

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

.proyectos-componente .cards-proyectos-componente .owl-carousel .owl-dots .owl-dot.active span {
    background-color: rgb(255, 102, 0) !important;
    width: 30px !important;
}

.proyectos-componente .cards-proyectos-componente .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: rgb(255, 102, 0) !important;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/carousel-proyectos-de-vivienda/img/fondo-card.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto .imagenes-proyecto {
    position: relative;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto .imagenes-proyecto .img-fachada {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 150px;
    -o-object-position: bottom center;
    object-position: bottom center;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto .imagenes-proyecto .logo-proyecto {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -45px;
    background: white;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px solid #e1e1e1;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto .imagenes-proyecto .logo-proyecto img {
    width: 70%;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto .informacion-proyecto {
    /* height: auto;
    min-height: 150px; */
    padding: 58px 15px 90px 15px;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto .informacion-proyecto h3 {
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 0;
    font-size: 30px;
    display: none;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto .informacion-proyecto .precio {
    /* font-family: "Bebas Neue", sans-serif; */
    font-family: "Roboto Medium", sans-serif;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 16px;
    color: #ff6600;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto .informacion-proyecto .precio span {
    display: block;
    font-size: 21px;
    font-weight: 900;
    color: #00a047;
    line-height: 23px;
    margin-top: 8px;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto .informacion-proyecto .ubicacion {
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0;
    font-size: 13px;
    color: #4e4e4c;
    line-height: 14px;
    margin-top: 13px;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto a {
    position: absolute;
    bottom: 39px;
    right: 0;
    left: 0;
    padding: 0px 30px;
    border-radius: 50px;
    /* font-family: "Bebas Neue", sans-serif; */
    font-family: "Roboto Medium", sans-serif;
    font-weight: 900;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    font-size: 16px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.5s linear;
    margin: 0 auto;
    text-align: left;
    color: white;
    background: #451560;
    margin-top: 10px;
}

.proyectos-componente .cards-proyectos-componente .card-proyecto a:hover {
    background: #ff6600;
}

@media screen and (max-width: 1300px) {
    .proyectos-componente {
        width: 100%;
        padding: 80px 10px 30px 10px;
    }
    .proyectos-componente .descripcion-proyectos {
        width: 100%;
        padding-right: 0px;
    }
    .proyectos-componente .descripcion-proyectos h2 {
        text-align: center;
    }
    .proyectos-componente .cards-proyectos-componente {
        width: 100%;
    }
    .proyectos-componente .descripcion-proyectos h2 {
        font-size: 30px;
        line-height: 32px;
    }
}