@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

header {
    background: #76777a;
    position: fixed;
    width: 100%;
    z-index: 6;
    top: 0;
}

.box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 15%;
}

.logo-header img {
    width: 120px;
}

.menu-header-left {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
}

.link-header {
    color: #fff !important;
    font-size: 15px;
    font-weight: 300;
    margin-right: 30px;
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.link-header.active {
    color: #b9db00 !important;
    border-color: #b9db00;
}

.banner-main .item {
    margin-top: 85px;
    height: calc(100vh - 85px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 3;
    max-height: 500px;
}

.box-banner-main {
    position: relative;
    margin-bottom: 165px;
    z-index: 3;
    max-width: 100%;
}

.img-banner-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 30% 40%;
}

.btn-mobile {
    display: none;
}

.title-banner {
    font-size: 44px;
    color: #fff;
    text-shadow: 4px 3px 10px #000;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    max-width: 100%;
    text-align: center;
}

#carousel-main-banner .owl-dots {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 999999;
}

#carousel-main-banner .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 5px;
}

#carousel-main-banner .owl-dots .owl-dot.active {
    background: #fff;
}

.scroll-down-banner-home {
    position: absolute;
    bottom: 18px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    width: 220px;
    text-align: center;
    font-size: 24px;
    color: #b8d902 !important;
    font-weight: 400;
    text-decoration: none !important;
}

#carousel-main-banner {
    position: relative;
}

.scroll-down-banner-home span {
    margin-bottom: 0;
    display: block;
}

.link-chat {
    display: block;
    background: #c2da31;
    width: 48px;
    position: absolute;
    right: 40px;
    bottom: 30px;
    z-index: 3;
    padding: 10px;
    border-radius: 10px;
}

.link-chat img {
    width: 100%;
}

.scroll-down-banner-home img {
    width: 32px;
}

.overlay-banner-home {
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(57%, rgba(0, 0, 0, 0)), color-stop(62%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.1) 62%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, rgba(0, 0, 0, 0)), color-stop(62%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.1) 62%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.card-design1 {
    position: relative;
    min-height: 280px;
}

.card-design1 .card-img {
    border-radius: 0;
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}

.card-design1 .overlay-card-design1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .5;
    border: 10px solid #fff;
}

.card-design1 .card-content {
    position: relative;
    color: #fff;
    text-align: center;
    display: flex;
    z-index: 2;
    width: 100%;
}

.card-design1 .btn-design1 {
    z-index: 9999;
    background: #c85312;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: 500;
    color: #ffffff !important;
    text-decoration: none !important;
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
    z-index: 2;
}

.card-design1 .card-title {
    font-size: 30px;
    font-family: 'Fjalla One', sans-serif;
    margin-bottom: 0;
}

.card-design1 .card-subitle {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.box-price {
    margin-top: auto;
    color: #ffffff;
    padding: 5px;
    padding-bottom: 10px;
}

.card-design1 .text-price {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.card-design1 .card-text {
    padding: 0 15px;
    font-size: 18px;
}

.card-design1 .box-price .price {
    margin-bottom: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
}

.title-section {
    text-align: center;
    position: relative;
    font-size: 36px;
    margin-bottom: 35px;
    font-family: 'Fjalla One', sans-serif;
}

.title-section span {
    width: 70px;
    height: 2px;
    display: block;
    margin: auto;
    background: #000;
    margin-top: 12px;
}

#proyectos {
    padding: 100px 0;
    position: relative;
    margin-top: 15px;
}

.section-title-term-cond {
    background: #c2da31;
    color: #fff;
    padding: 50px 0;
}

.section-title-term-cond .title-section span {
    background: #fff;
}

.title1 {
    text-align: center;
    font-size: 42px;
    font-family: 'Fjalla One', sans-serif;
}


.text1 {
    font-size: 20px;
}

.section-title-term-cond .text1 {
    text-align: center;
    max-width: 500px;
    margin: auto;
    font-size: 20px;
    line-height: 1.4;
}

.card-design2 .card-img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
}

.card-design2 .card-content {
    background: #dbdbdb;
    padding: 20px 40px;
    min-height: 260px;
}

.card-design2 .card-title {
    font-size: 32px;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    color: #6f8c35;
}

.card-design2 .card-text p {
    font-size: 15px;
    text-align: center;
    color: #636363;
    font-weight: 300;
}

#comprmiso-asesoria-innovacion {
    padding: 40px 0;
    background: #f5f5f5;
}

.card-design3 {
    border: 2px solid #b9db00;
    padding: 25px 15px;
    text-align: center;
    margin-bottom: 10px;
    min-height: 350px;
}

.card-design3 .card-img {
    height: 70px;
    margin-bottom: 20px;
    width: auto;
    max-width: 70px;
    -o-object-fit: contain;
       object-fit: contain;
}

.card-design3 .card-text p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    color: #878787;
}

.card-design3 .card-title {
    color: #6f8c35;
    font-weight: 700;
    font-size: 19px;
    min-height: 44px;
    text-transform: uppercase;
    padding: 0 15px;
}

.row-servicios {
    margin: 0 -5px;
}

.row-servicios>div {
    padding: 0 5px;
}

#nuestros-servicios .title-section {
    color: #6f8c35;
}

#nuestros-servicios .title-section span {
    background: #6f8c35;
}

#nuestros-servicios {
    padding: 50px 0;
}

footer {
    border-top: 5px solid #b7c231;
    padding: 30px 0;
    background: #76777a;
    color: #fff;
    padding-top: 50px;
}

.title-footer {
    font-size: 22px;
    font-family: 'Fjalla One', sans-serif;
    margin-bottom: 10px;
}

.box-content-footer p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.box-content-footer p a {
    color: #fff;
    text-decoration: none;
}

.rd-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}

.rd-footer img {
    width: 35px;
}

.rd-footer a {
    margin-right: 15px;
}

.box-content-footer {
    margin-bottom: auto;
}

.box-content-footer-logo {
    margin-top: auto;
    margin-bottom: 0;
}

.box-content-footer-oficina-central {
    margin-bottom: 25px;
}

.logo-footer img {
    width: 180px;
    max-width: 100%;
}

.col-info-footer3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.row-comprmiso-asesoria-innovacion {
    margin: 0 -7.5px;
}

.row-comprmiso-asesoria-innovacion>div {
    padding: 0 7.5px;
}

.row-proyectos {
    margin: 0 -10px;
	justify-content: center;
}

.row-proyectos>div {
    padding: 0 10px;
	
}

.overflow-menu-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 4;
    opacity: .5;
    display: none;
}

#banner-subsidios .item {
    height: calc(85vh - 74px);
    max-height: 450px;
}

.banner-main {
    position: relative;
}

#banner-subsidios .box-banner-main {
    margin-bottom: 50px;
}

#subsidios .title-section {
    color: #6f8c35;
    margin-bottom: 46px;
    background: #c2da31;
    padding: 10px 15px;
    text-transform: uppercase;
}

#subsidios .title-section span {
    background: #6f8c35;
}

#subsidios .text1 {
    font-size: 23px;
    text-align: center;
    line-height: 1.4;
}

#subsidios {
    padding: 40px 0 70px 0;
    position: relative;
}

.items-subsidios {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-top: 70px;
    justify-content: space-between;
}

.item-subsidio {
    height: auto;
    margin: 0 10px;
    width: 46%;
    padding: 0;
    color: #fff;
    background: #f2f2f2;
}

.title-item-subsidio {
    font-family: 'Fjalla One', sans-serif;
    font-size: 46px;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.btn-item-subsidio {
    display: block;
    width: 100px;
    text-align: center;
    background: #000;
    color: #fff !important;
    padding: 4px 0;
    text-decoration: none !important;
    margin-top: 20px;
    font-weight: 700;
}

.item-subsidio.item-subsidio-color1 {
    border-color: #c2da31;
}

.item-subsidio.item-subsidio-color1 .btn-item-subsidio {
    background: #c2da31;
}

.item-subsidio.item-subsidio-color2 .btn-item-subsidio {
    background: #6f8c35;
}

.item-subsidio.item-subsidio-color2 {
    border-color: #708c37;
}

.ventajas-subsidios .title-section {
    margin-bottom: -20px;
}

.card-design3-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.card-design3-img {
    height: 100%;
    padding-bottom: 10px;
}

#ventajas-subsidios1 {
    padding: 50px 0 0;
}

#ventajas-subsidios2 {
    padding-bottom: 100px;
}

.ul-with-check, .item-subsidios-body ul {
    list-style: none;
    padding-left: 0px;
    color: #828282;
    padding-right: 15px;
}

.ul-with-check li:before, .item-subsidios-body ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-image: url(../img/icon-check.png);
    background-repeat: no-repeat;
    background-size: 30px;
    left: 5px;
    top: 5px;
}

.ul-with-check li, .item-subsidios-body ul li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 50px;
    border: 2px solid #f2f2f2;
    margin-bottom: 10px;
    transition: all .3s ease;
}

.modal-subsidios .modal-dialog {
    max-width: 900px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
}

.modal-subsidios .modal-content {
    border-radius: 0;
    border: 7px solid #c2da31;
    background: rgba(52, 52, 52, .96);
    color: #fff;
    padding: 0 30px;
    padding-bottom: 25px;
}

.modal-subsidios .modal-title {
    color: #c2da31;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    width: 100%;
}

.modal-subsidios .modal-header {
    border: 0;
    padding-top: 45px;
    padding-bottom: 30px;
}

.modal-subsidios .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #c2da31;
    opacity: 1;
    text-shadow: none;
    outline: none !important;
}

.box-search-header {
    position: absolute;
    bottom: -50px;
    right: -230px;
    padding: 10px;
    background: #76777a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.box-search-header button {
    border-left: 0;
    outline: none !important;
    padding: 5px;
    border: 0;
    height: 30px;
    position: relative;
    background: transparent;
    margin-left: -30px;
}

.box-search-header button img {
    width: 15px;
    margin-bottom: 5px;
}

.box-search-header input {
    font-size: 15px;
    height: 30px;
    padding: 5px 10px;
    outline: none !important;
    border: 0;
    width: 200px;
    padding-right: 30px;
}

.box-search-header.active {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    right: 0;
    opacity: 1;
}

.box-input-custom {
    margin-bottom: 20px;
}

.box-input-custom label {
    font-size: 22px;
    text-align: center;
    display: block;
    background: #9e9e9e;
    color: #fff;
    margin-bottom: 0;
    padding: 7px;
}

.box-input-custom input,
.box-input-custom textarea {
    border: 1px solid #9e9e9e;
    width: 100%;
    font-size: 18px;
    padding: 10px 20px;
    outline: none !important;
}

.box-input-custom label.select-label{
    width: 100%;
    height: 57px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: 47px;
    text-align: center;
    background-color: #c2da31;
}

.box-input-custom label.select-label img{
    width: 13px;
    margin-right: 8px;
}

.box-input-custom .select2{
    width: 100% !important;
}

.box-input-custom span.select2-selection.select2-selection--single {
    outline: none !important;
}

.box-input-custom .select2-selection{
    height: 57px !important;
    border: none !important;
    border-radius: 0px !important;
    text-align: center;
    background-color: #c2da31 !important;
}

.box-input-custom .select2-selection__arrow{
    display: none !important;
}

.box-input-custom .select2-selection__rendered{
    font-size: 20px;
    line-height: 57px;
    color: #ffffff !important;
    text-transform: uppercase;
}

.box-input-custom .select2-selection__rendered::before{
    content: '';
    width: 14px;
    height: 57px;
    margin-bottom: 4px;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/icon-arrow-right.png);
}

.box-input-custom select{
    display: none;
}

.btn-submit {
    width: 330px;
    padding: 10px;
    background: #889e00;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border: 0;
    text-transform: uppercase;
    margin: auto;
    display: block;
}

#form-contact .title-section {
    color: #b5d507;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 300;
}

#form-contact .title-section span {
    background: #9e9e9e;
}

#form-contact {
    padding: 50px 0;
}

#ubicacion-contact .title-section {
    background: #b7c231;
    color: #fff;
    margin: 0;
    padding: 15px;
}

#ubicacion-contact > img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.text-ubicacion {
    text-align: center;
    font-weight: 600;
    color: #76777a;
    margin: 0;
    padding: 30px 0;
    font-size: 28px;
}

#ubicacion-contact {
    padding-top: 50px;
}

.box-banner-main-single-project {
    margin: auto !important;
}

.box-banner-main-single-project img {
    max-width: 300px;
}

.title-topologias {
    font-family: 'Fjalla One', sans-serif;
    font-size: 65px;
    line-height: 85px;
    text-transform: uppercase;
    color: #eef6fb;
    background: #009bdb;
    text-align: center;
    padding: 10px;
}

.title-info-topologias {
    font-size: 24px;
    text-transform: uppercase;
    color: #818181;
    font-family: 'Fjalla One', sans-serif;
}

.text-info-topologias {
    font-family: 'Fjalla One', sans-serif;
    font-size: 48px;
    color: #009bdb;
    margin-bottom: 0;
}

.box-info-topologias {
    padding: 20px 50px;
    border: 1px solid #999;
}

.item-info-topologias {
    margin-bottom: 20px;
}


.img-topologias {
    height: 380px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#topologias {
    padding: 50px 0;
}

.col-pisos-proyecto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.title-pisos-proyecto {
    font-size: 24px;
    text-align: center;
    color: #76777a;
    font-family: 'Fjalla One', sans-serif;
    border-bottom: 1px solid #76777a;
    padding: 10px;
}

.tipologia-color4 .title-pisos-proyecto {
	color: #B9DB01;
}

.box-primer-piso {
    border: 1px solid #76777a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
}

.box-segundo-piso {
    border: 1px solid #76777a;
    border-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
}

.col-pisos-proyecto img {
    padding: 10px;
    margin: auto;
    object-fit: contain;
}

.title-caracteristicas-proyecto {
    font-size: 23px;
    text-align: center;
    color: #fff;
    background: #c85312;
    padding: 10px;
    font-weight: 400;
    margin: 0;
    font-family: 'Fjalla One', sans-serif;
}

.ul-with-points {
    list-style: none;
    margin: 0;
    padding: 20px 15%;
    background: #ededed;
    height: calc(100% - 47px);
}

.ul-with-points li {
    position: relative;
    font-size: 16px;
    color: #7f7e81;
    font-weight: 600;
    margin-top: 10px;
}

.ul-with-points li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: -15px;
    background: #009bdb;
    top: 7px;
    border-radius: 50%;
}

#caracteristicas-proyecto {
    padding: 20px 0 70px 0;
}

#only-banner-text {
    position: relative;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#only-banner-text img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#only-banner-text .title-banner {
    margin: auto;
    position: relative;
    margin-bottom: 60px;
}

.ubicacion-contact-project .title-section {
    background-color: #e55200 !important;
}

.btn-contactanos {
    background: #e55200;
    display: block;
    width: 170px;
    padding: 10px;
    border-radius: 8px;
    margin: 20px auto 50px auto;
    color: #fff !important;
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    text-decoration: none !important;
}

.btn-contactanos img {
    width: 32px;
    margin-right: 7px;
    margin-top: -2px;
}

.btn-contactanos-fixed {
    background: #6f8c35;
    position: absolute;
    right: 35px;
    top: 30px;
    z-index: 2;
}

.img-single-project {
    width: 140px;
    top: 100px;
    position: absolute;
    z-index: 5;
    left: 35px;
}

.banner-project #carousel-main-banner .owl-dots {
    bottom: 40px;
}

.banner-project .box-banner-main {
    margin: auto !important;
}

.banner-project .btn-contactanos-fixed {
    bottom: 15px;
    top: inherit;
    margin-bottom: 0;
}

.title-info-proyecto {
    font-size: 24px;
    text-align: center;
    padding: 10px;
    background: #e55200;
    color: #fff;
    font-weight: 700;
}

.box-text-info-proyecto p {
    font-size: 16px;
    font-weight: 300;
    color: #76777a;
    margin-bottom: 0;
	text-align:justify!important;
}

.box-text-info-proyecto p b {
    font-weight: 700;
}

.box-text-info-proyecto p span {
    font-weight: 700;
    color: #e55200;
}

.list-info-proyecto {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.list-info-proyecto li:before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 0px;
    border-left: 10px solid #e55200;
    border-top: 5px solid #0000;
    border-right: 0px solid #fff;
    border-bottom: 5px solid #ff000000;
}

.list-info-proyecto li {
    color: #76777a;
    font-size: 16px;
    margin-bottom: 5px;
}

.list-info-proyecto li:last-child {
    margin-bottom: 0;
}

.col-info-proyecto:after {content: "";display: none;position: absolute;height: 100%;width: 2px;background: #e55200;top: 0;right: 0;}

.col-info-proyecto {
    position: relative;
}

.box-info-proyectos .col-info-proyecto:last-child:after {
    display: none;
}

.info-proyectos {
    background: #eaeaea;
    padding: 20px;
    margin-top: 20px;
}

#topologias .title-section {
    background: #76777a;
    padding: 30px 0 25px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
}

#topologias .title-section span {
    background: #ffaa7a;
    width: 100px;
    height: 1px;
    margin-top: 10px;
}

.item-topologia {
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}

.img-item-topologia {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: 50% 25%;
}

.box-content-item-topologia {
    margin: auto;
    position: relative;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
}

.overlay-item-topologia {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
}

.title-item-topologia {
    font-family: 'Fjalla One', sans-serif;
    font-size: 50px;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin: 0;
}

.text-item-topologia {
    color: #c85312;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    text-align: left;
}

.box-more-info-topologia {
    padding: 0;
    text-align: left;
}

.box-more-info-topologia p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1;
}

.box-more-info-topologia p:last-child {
    margin-bottom: 0;
}

.esquina-naranja {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 0px solid transparent;
    border-right: 50px solid #0b97d2;
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
}

.col-topologias {
    padding: 0 10px;
    margin-bottom: 20px;
}

.row-topologias {
    justify-content: center;
    margin: 0 60px;
}
#carousel-interiores-proyectos .owl-prev {
    position: absolute;
    left: -60px;
    top: 0;
    height: 100px;
    bottom: 0;
    margin: auto;
}

#carousel-interiores-proyectos .owl-next {
    position: absolute;
    right: -60px;
    top: 0;
    height: 100px;
    bottom: 0;
    margin: auto;
}

#carousel-interiores-proyectos .owl-nav img {
    height: 100%;
}

#carousel-interiores-proyectos .item img {
    height: 250px;
    object-fit: cover;
}

#interiores-proyectos .title-section {
    color: #009bdb;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 42px;
}

#interiores-proyectos .title-section span {
    width: 130px;
    background: #76777a;
}

#interiores-proyectos {
    padding-bottom: 40px;
}

#ubicacion-contact iframe {
    width: 100%;
    height: 400px;
}

/* Topologia color 2 */

.carousel-info-proyectos.tipologia-color2 .item .title-info-proyecto {
    background: #708d36;
}

.carousel-info-proyectos.tipologia-color2 .item:after {
    background: #b7c313;
}

.carousel-info-proyectos.tipologia-color2 .item 
 .list-info-proyecto li:before {
    border-left-color: #b7c313;
}

.carousel-info-proyectos.tipologia-color2 .item .box-text-info-proyecto p span {
    color: #b7c313;
}

#topologias .title-section.tipologia-color2 span {
    background: #b7c313;
}

.item-topologia.tipologia-color2 .text-item-topologia {
    color: #708d36;
}

.item-topologia.tipologia-color2 .box-more-info-topologia {border-color: #b7c313;}

.item-topologia.tipologia-color2  .esquina-naranja {
    border-right-color: #b8c232;
}

#interiores-proyectos .title-section.tipologia-color2 {
    color: #b7c313;
}

#ubicacion-contact.tipologia-color2 .title-section {
    background: #708d36 !important;
}

#ubicacion-contact.tipologia-color2 .btn-contactanos {
    background: #708d36;
}

.col-text-topologias.tipologia-color2 .title-topologias {
    background: #b7c313;
}

.col-text-topologias.tipologia-color2  .text-info-topologias {
    color: #b7c313;
}

.col-caracteristicas-proyecto.tipologia-color2 .title-caracteristicas-proyecto {
    background: #708d36;
}

.col-caracteristicas-proyecto.tipologia-color2 .ul-with-points li:before {
    background: #708d36;
}

/* Topologia color 3 */

.carousel-info-proyectos.tipologia-color3 .item .title-info-proyecto {
    background: #f2b100;
}

.carousel-info-proyectos.tipologia-color3 .item:after {
    background: #f2b100;
}

.carousel-info-proyectos.tipologia-color3 .item 
 .list-info-proyecto li:before {
    border-left-color: #f2b100;
}

.carousel-info-proyectos.tipologia-color3 .item .box-text-info-proyecto p span {
    color: #f2b100;
}

#topologias .title-section.tipologia-color3 span {
    background: #f2b100;
}

.item-topologia.tipologia-color3 .text-item-topologia {
    color: #d08621;
}

.item-topologia.tipologia-color3 .box-more-info-topologia {border-color: #f2b100;}

.item-topologia.tipologia-color3  .esquina-naranja {
    border-right-color: #f2b100;
}

#interiores-proyectos .title-section.tipologia-color3 {
    color: #f2b100;
}

#ubicacion-contact.tipologia-color3 .title-section {
    background: #e68803 !important;
}

#ubicacion-contact.tipologia-color3 .btn-contactanos {
    background: #e68803;
}

.col-text-topologias.tipologia-color3 .title-topologias {
    background: #f2b100;
}

.col-text-topologias.tipologia-color3  .text-info-topologias {
    color: #f2b100;
}

.col-caracteristicas-proyecto.tipologia-color3 .title-caracteristicas-proyecto {
    background: #e68803;
}

.col-caracteristicas-proyecto.tipologia-color3 .ul-with-points li:before {
    background: #f2b100;
}



/* Topologia color 4 */

.carousel-info-proyectos.tipologia-color4 .item .title-info-proyecto {
    background: #B9DB01;
}

.carousel-info-proyectos.tipologia-color4 .item:after {
    background: #B9DB01;
}

.carousel-info-proyectos.tipologia-color4 .item 
 .list-info-proyecto li:before {
    border-left-color: #B9DB01;
}

.carousel-info-proyectos.tipologia-color4 .item .box-text-info-proyecto p span {
    color: #B9DB01;
}

#topologias .title-section.tipologia-color4 span {
    background: #B9DB01;
}

.item-topologia.tipologia-color4 .text-item-topologia {
    color: #B9DB01;
}

.item-topologia.tipologia-color4 .box-more-info-topologia {border-color: #B9DB01;}

.item-topologia.tipologia-color4  .esquina-naranja {
    border-right-color: #B9DB01;
}

#interiores-proyectos .title-section.tipologia-color4 {
    color: #B9DB01;
}

#ubicacion-contact.tipologia-color4 .title-section {
    background: #B9DB01 !important;
}

#ubicacion-contact.tipologia-color4 .btn-contactanos {
    background: #B9DB01;
}

.col-text-topologias.tipologia-color4 .title-topologias {
    background: #B9DB01;
}

.col-text-topologias.tipologia-color4  .text-info-topologias {
    color: #B9DB01;
}

.col-caracteristicas-proyecto.tipologia-color4 .title-caracteristicas-proyecto {
    background: #B9DB01;
}

.col-caracteristicas-proyecto.tipologia-color4 .ul-with-points li:before {
    background: #B9DB01;
}




.box-full-width {
    width: 100%;
}

.box-full-width img {
    max-width: 360px;
}

.box-content-footer-telefono h3 {
    font-size: 20px;
}

.btn-contactanos.btn-volver {
    width: 170px;
    text-align: center;
    margin: 0;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: -30px;
    margin-left: auto;
}

.btn-contactanos.btn-volver.tipologia-color2 {
    background: #b7c313;
}

.btn-contactanos.btn-volver.tipologia-color3 {
    background: #f2b100;
}


.btn-contactanos.btn-volver.tipologia-color4 {
    background: #B9DB01;
}

.section-title-term-cond .title-section {
    margin-bottom: 30px;
}

.col-info-footer2 .title-footer {
    /* font-size: 18px; */
}

.col-info-footer2 .box-content-footer p {
}

.col-info-footer2 .box-content-footer-telefono .title-footer {
    font-size: 16px;
    margin-bottom: 5px;
}

#carousel-interiores-proyectos .owl-item.active.center .item {
    transform: scale(1.5);
}

#carousel-interiores-proyectos .owl-item {
    padding: 70px 0;
}

#carousel-interiores-proyectos .owl-item.center {
    position: relative;
    z-index: 999;
}

#carousel-interiores-proyectos .owl-item .item {
    transform: scale(1);
    transition: all .5s ease;
}

.col-info-footer2 .box-content-footer:last-child {
    margin-bottom: 0;
}

.card-content-unidades {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / .2);
}

.card-content-left {
    width: 50%;
    background: #c85312;
    padding: 15px;
}

.subsidio-card-design1 {
    position: absolute;
    top: 15px;
    left: 0;
    background: #c85312;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 3px 10px;
    color: #fff;
    font-size: 16px;
}


.card-content-unidades h3 {
    margin: 0;
    font-size: 23px;
    padding: 10px 15px;
    font-weight: 700;
}

.card-content-right {
    width: 50%;
    background: #d27541;
    padding: 15px;
}

.card-design1.tipologia-color2 .btn-design1 {
    background: #708d36;
}

.card-design1 .card-subitle:after {
    content: "";
    width: 37px;
    background: #fff;
    height: 1px;
    display: block;
    margin: auto;
    margin-top: 5px;
}

.cut-diagonal-card-desing1 {
    position: absolute;
    right: 0;
    top: 0;
    border-right: 60px solid #0b97d2;
    border-top: 0px solid #0b97d2;
    border-bottom: 60px solid transparent;
    border-left: 0px solid #0b97d2;
}

.card-design1.tipologia-color2 .cut-diagonal-card-desing1 {
    border-right-color: #b8c232;
}

.card-design1.tipologia-color2 .subsidio-card-design1 {
    background: #708d36;
}

.card-design1.tipologia-color2 .card-content-right {
    background: #b8c232;
}

.card-design1.tipologia-color2  .card-content-left {
    background: #708d36;
}

.card-design1.tipologia-color3 .card-content-left {
    background: #d08621;
}

.card-design1.tipologia-color3 .subsidio-card-design1 {
    background: #d08621;
}

.card-design1.tipologia-color3 .btn-design1 {
    background: #d08621;
}

.card-design1.tipologia-color3 .card-content-right {
    background: #e2b025;
}

.card-design1.tipologia-color3 .cut-diagonal-card-desing1 {
	border-right-color: #e2b025;
}


.card-design1.tipologia-color4 .card-content-right {
	background: #474747;
}
.card-design1.tipologia-color4 .subsidio-card-design1 {
	background: #B9DB01;
}
.card-design1.tipologia-color4 .btn-design1 {
    background: #B9DB01;
	color:#474747!important;
}
.card-design1.tipologia-color4 .card-content-left{
	background: #B9DB01;
}
.card-design1.tipologia-color4 .cut-diagonal-card-desing1 {
    border-right-color: #474747;
    z-index: 5;
}


#proyectos .title-section {
    color: #7f7e81;
}

#proyectos .title-section span {
    background: #b8c232;
}

.popup-covid {
    position: fixed;
    width: 430px;
    z-index: 2;
    height: auto;
    bottom: 20px;
    display: none;
}

.title-popup-covid {
    color: #343434;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

.popup-covid .btn-close {
    color: #343434;
    font-weight: 700;
    font-size: 24px;
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 5px;
}

.popup-covid-header {
    background: #ffbc14;
    position: relative;
    padding: 10px;
}

.popup-covid-body {
    background: rgb(118 119 122 / .9);
    padding: 20px 40px;
    border: 2px solid #ffbc14;
    border-left: 0;
}

.popup-covid-body p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.popup-covid-body p b {
    color: #ffbc14;
}
.box-content-footer-terms a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
}

.box-content-footer-telefono {
    margin-top: -10px;
}

.col-info-footer1 {
    display: flex;
    flex-direction: column;
}

.col-info-footer1 .box-content-footer {
    margin-bottom: 25px;
}

.col-info-footer2 .box-content-footer {
    margin-bottom: auto;
}

.col-info-footer2 {
    display: flex;
    flex-direction: column;
}
.separate-content-footer {
    display: block;
    height: 5px;
}

.box-content-footer p.p-link-tel {
    margin-top: 3px;
    font-weight: 500;
}

.item-subsidios-header {
    height: 150px;
    position: relative;
    width: 100%;
}

.item-subsidios-header .subsidios-header {
    right: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 9%;
}

.overlay-subsidios-header {
    background: rgb(111 140 53 / .7);
    border: 5px solid #c2da31;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    z-index: 2;
}

.item-subsidios-body {
    background: #f2f2f2;
    padding: 0px 40px 0px 40px;
    max-height: 335px;
    overflow-y: scroll;
    margin-top: 30px;
    margin-bottom: 15px;
}

.item-subsidios-footer{
    text-align: center;
    padding: 0px 0px 20px 0px;
    background-color: #f2f2f2;
}
.item-subsidios-footer img{
    width: 80px;
}

.ul-with-check li:hover, .item-subsidios-body ul li:hover {
    border: 2px solid #c2da31;
    font-weight: 700;
}

.box-left-item-topologia {
    width: 33%;
    background: #c85312;
    padding: 25px 10px;
}
.tipologia-color4 .box-left-item-topologia {
	background: #b9dc00;
}
.box-right-item-topologia {
    width: 67%;
    background: #d27541;
    padding: 15px 15px;
}
.tipologia-color4 .box-right-item-topologia {
	background: #474747;
}
.float-text-topologias {
    top: 20px;
    position: absolute;
    left: 0;
    background: rgb(98 98 98 / 70%);
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    width: 82%;
    text-align: center;
    font-weight: 700;
}

.box-content-ubicacion {
    display: flex;
    margin-top: 10px;
}

.box-content-ubicacion iframe {
    width: 50%;
}

.box-content-ubicacion img {
    width: 49.5%;
    object-fit: cover;
    margin-left: auto;
}

.box-info-contacto-ubicacion {
    width: 50%;
    height: 400px;
    padding-left: 10px;
    position: relative;
}

.box-info-contacto-ubicacion img {
    width: 100%;
    height: 100%;
}

#ubicacion-contact .box-content-ubicacion iframe {
    width: 50%;
}

.content-info-contacto-ubicacion {
    position: absolute;
    bottom: 0;
    width: calc(100% - 10px);
    left: 10px;
    padding: 10px 10px;
    background: rgb(0 155 219 / .8);
    color: #fff;
    text-align: center;
    z-index: 2;
}
.tipologia-color4 .content-info-contacto-ubicacion {
	background: rgb(185 220 0 / 80%);
}
.content-info-contacto-ubicacion p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.content-info-contacto-ubicacion h5 {
    font-size: 20px;
    margin-bottom: 15px;
}

.ul-with-points {
    height: 98%;
    overflow-y: scroll;
    padding: 0 30px;
    padding-left: 0;
}

.ul-with-points::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background: #a4a4a482;
}

.ul-with-points::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgb(200 83 18);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.col-caracteristicas-proyecto.tipologia-color3 .ul-with-points::-webkit-scrollbar-thumb{
    background-color: rgb(230 136 3);
}

.col-caracteristicas-proyecto.tipologia-color2 .ul-with-points::-webkit-scrollbar-thumb{
    background-color: rgb(183 195 19);
}

.col-caracteristicas-proyecto.tipologia-color4 .ul-with-points::-webkit-scrollbar-thumb{
    background-color: #B9DB01;
}

.caracteristicas-proyecto-footer {
    background: #ededed;
    text-align: center;
    padding: 20px;
    width: 100%;
}

.caracteristicas-proyecto-footer img {
    width: 80px;
}

.box-body-caracteristicas-proyecto {
    padding: 0 30px;
    height: 80%;
    background: #ededed;
    padding-top: 20px;
}

.ul-with-points li {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 2px;
    padding-left: 30px;
    border: 2px solid transparent;
    transition: all .3s ease;
}

.col-caracteristicas-proyecto,
.col-pisos-proyecto {
    height: 555px;
}

.box-primer-piso{
    height: 100%
}

.col-pisos-proyecto img {
    height: calc(100% - 75px);
}

.ul-with-points li:before {
    left: 10px;
    height: 8px;
    top: 13px;
    width: 8px;
}

.box-text-info-proyecto {
    width: 95%;
    margin: auto;
    padding: 20px 0;
}

.carousel-info-proyectos .owl-prev {
    position: absolute;
    left: -75px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 120px;
}

.carousel-info-proyectos .owl-next {
    position: absolute;
    right: -75px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 120px;
}

.carousel-info-proyectos .owl-nav img {
    height: 100%;
}

.carousel-info-proyectos .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    width: 200px;
    justify-content: center;
}

.carousel-info-proyectos .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #e55200;
    margin: 0 10px;
    transition: all .3s ease;
}

.carousel-info-proyectos .owl-dots .owl-dot.active {
    background: #e55200;
}

.carousel-info-proyectos {
    padding-bottom: 20px;
}

.box-content-banner-tipologias .content-info-contacto-ubicacion {
    left: 0;
    width: 100%;
    position: relative;
    bottom: 0;
    height: 100%;
    padding: 30px 15px;
}

.carousel-info-proyectos.tipologia-color3 .owl-dots .owl-dot.active {
    background: #f2b100;
}

.carousel-info-proyectos.tipologia-color3 .owl-dots .owl-dot {
    border-color: #f2b100;
}

.item-topologia.tipologia-color3 .box-left-item-topologia {
    background: #d08621;
}

.item-topologia.tipologia-color3  .box-right-item-topologia {
    background: #e2b025;
}

.box-content-banner-tipologias.tipologia-color3 .content-info-contacto-ubicacion {
    background: rgb(208 134 33 / .8);
}


.item-topologia.tipologia-color2 .box-left-item-topologia {
    background: #708d36;
}

.item-topologia.tipologia-color2 .box-right-item-topologia {
    background: #b8c232;
}

.carousel-info-proyectos.tipologia-color2 .owl-dots .owl-dot.active {
    background: #b8c232;
}

.carousel-info-proyectos.tipologia-color2 .owl-dots .owl-dot {
    border-color: #b8c232;
}

.box-content-banner-tipologias.tipologia-color2 .content-info-contacto-ubicacion {
    background: rgb(184 194 50 / .8);
}
.img-scroll-arrow {
    cursor: pointer;
}

.ul-with-points li:hover {
    border-color: #c85312;
    font-weight: 700;
    color: #333;
}

.ubicacion-contact-project.tipologia-color2 .content-info-contacto-ubicacion {
    background: rgb(183 195 19 / .8);
}

.col-caracteristicas-proyecto.tipologia-color2 .ul-with-points li:hover {
    border-color: #b7c313;
}

.col-caracteristicas-proyecto.tipologia-color3 .ul-with-points li:hover {
    border-color: #f2b100;
}
.col-caracteristicas-proyecto.tipologia-color4 .ul-with-points li:hover {
    border-color: #B9DB01;
}

.ubicacion-contact-project.tipologia-color3 .content-info-contacto-ubicacion {
    background: rgb(242 177 0 / .8);
}

.select2-container .select2-dropdown {
    transform: translateY(30px);
}

#topologias.results-search {
    padding: 150px 0 100px;
}


.ul-with-points li:first-child {margin-top: 0;}

.item-subsidios-body p {
    color: #91829f;
    font-size: 16px;
    margin-bottom: 10px;
}

.item-subsidios-body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background: #a4a4a482;
}

.item-subsidios-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgb(194 218 49);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.item-subsidio-color2 .item-subsidios-body::-webkit-scrollbar-thumb {
  background-color: rgb(96 141 41);
}

.item-subsidio-color2 .overlay-subsidios-header{
  border-color: #608d29;
  background: rgb(194 218 49 / .7);
}

.wpcf7 form .wpcf7-response-output  {
    text-align: center;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #76777a;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: transparent !important;
    border: 3px solid #000;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    background: rgb(255 185 0 / .8);
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    background: rgb(220 50 50 / .8);
}

.section-text-term-cond {
    padding-bottom: 30px;
}

.section-text-term-cond a {
    color: #c2da31;
}

#quienes-somos.section-title-term-cond .title-section {
    margin-bottom: 30px;
}

.box-content-banner-tipologias {
    width: 250px;
    height: 400px;
    position: absolute;
    top: 100px;
    right: 30px;
}

.box-content-banner-tipologias .content-info-contacto-ubicacion p {
    font-size: 17px;
}

.content-info-contacto-ubicacion .box-text1 {
    margin-bottom: 20px;
}

#banner-gracias {
    padding: 200px 0 150px 0;
}

.title-gracias {
    color: #000000;
    text-align: center;
}
.float-text-topologias {
    background: rgb(255 255 255 / 80%);
	color: #474747;
}
.float-text-topologias.disponible{
	background:rgb(200 83 18 / 80%);
}
.tipologia-color2 .float-text-topologias.disponible{
	background:rgb(112 141 54 / 80%);
}
.tipologia-color3 .float-text-topologias.disponible{
	background:rgb(208 134 33 / 80%);
}
.tipologia-color4 .float-text-topologias.disponible{
	background:rgb(185 220 0 / 80%);
}


.verTipologia{
	position: absolute;
    right: calc(50% - 40px);
    top: 53%;
    width: 80px;
    text-align: center;
    display: block;
    font-size: 12px;
    padding: 12px 0px;
    font-weight: 700;
    color: #fff;
	background:rgb(200 83 18 / 80%);
}
.tipologia-color2 .verTipologia{
	color:#fff;
	background:rgb(112 141 54 / 80%);
}
.tipologia-color3 .verTipologia{
	color:#fff;
	background:rgb(208 134 33 / 80%);
}
.tipologia-color4 .verTipologia{
	color:#474747;
	background:rgb(185 220 0 / 80%);
}
.item-topologia:hover .verTipologia{
	color:#fff;
	background:#474747!important;
}

@media only screen and (min-width: 768px) {
	.col-lg-12 .card-design1 .card-img{
		float:left;
		width:50%;
		height:480px;
	}
  	.col-lg-12 .card-design1 .card-content {
		float:left;
		width:50%;
	}
	.col-lg-12 .card-design1 .card-content{
		display:block;
	}
	.col-lg-12 .card-content-left,.col-lg-12 .card-content-right{
		width:100%;
		height:240px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.col-lg-12 .card-content-unidades {
		top:calc(100% - 60px);
    	bottom: 0;
    	left: -100%;
		right: 100%;
	}
}


