
    @font-face {
      font-family: 'Bertolotti Sans';
      src: url('../webfonts/Bertolotti_Sans.woff2?123') format('woff2'),
           url('../webfonts/Bertolotti_Sans.woff?123') format('woff'),
         url('../webfonts/Bertolotti_Sans.ttf?123') format('ttf'),
          url('../webfonts/Bertolotti_Sans.otf?123') format('otf');
      font-weight: normal;
      font-style: normal;
    }

    body {
      font-family: 'Bertolotti Sans', sans-serif;
      
    }
    /*body{
        font-family: "Raleway", sans-serif;
    }*/


    h1{font-size: 55px; font-weight: 400}
    h2{font-size: 40px;}
    
    h3{font-size: 28px;}
    h4{font-size: 24px;}
    h6{font-size: 12px;}
    p{font-size: 16px;}
    a{text-decoration: none;}

.titulo-seteado{
    max-width: 55vw;
}

    .noactivelink{
            opacity: 0.5;
    }
    .activelink{
            opacity: 1;
    }



.fixed-top {
   /* position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
    .form-control::placeholder{
        color: #000;
    }


    .nav-link {
    color: #000!important;
    font-weight: normal!important;
}

.navbar {
    transition: transform 0.3s ease-in-out;
    will-change: transform;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}

.navbar.hide {
    transform: translateY(-100%);
}


        .slider-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }



     .bg-FFD94D{background-color:#FFD94D!important;}
     .bg-F0EDED{background-color:#F0EDED }
     .bg-F6F1DE{background-color: #F6F1DE}
     .bg-91A8D9{background-color: #91A8D9}
     .bg-00965A{background-color: #00965A}
     .bg-FF6642{background-color:#FF6642}
     .bg-D4D1D1{background-color:#D4D1D1}

     .bg-9AC0B4{background-color:#9AC0B4}
     .bg-F5CAC4{background-color:#F5CAC4}
     .bg-C3CFEA{background-color: #C3CFEA}
     .bg-90C1B3{background-color: #90C1B3}
     .bg-F8CABF{background-color: #F8CABF}

     .bg-CBDCD7{background-color: #CBDCD7}
     .bg-CBE4CE{background-color: #CBE4CE}



     .bg-sm-CCCACA{background-color: transparent;}
      .sm-invert{filter: none;}


     .navbar-brand img{width: 186px} 
     .nav-item{font-weight: 800;}

     .banner-home .carousel-item img{
        height: 100vh;
        object-fit: cover;
     }


     /* Estilo personalizado para el buscador */
        .search-bar {
            background: rgba(255, 255, 255, 0.7);
            border-radius: 15px;
                padding: 20px ;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .btn-category {
            border-radius: 18px;
            padding: 10px 15px;
            font-weight: normal;
            border: none;
            margin-right: 10px;
            background-color: #00000033;
            color: #fff;
        }
        .btn-category.active {
            background-color: #FFD94D; /* Amarillo */
            color:#000;
        }
        .btn-search {
            background-color: #FFD94D;
            color: #000;
            border: none;
            padding: 10px 15px;
            font-weight: normal;
            border-radius: 15px;
        }
        .form-control {
    border-radius: 18px;
    padding: 15px 20px;
}

textarea.form-control {
    max-height: 100px;
}


/*propeidades destacadas*/

.property-card {
            background-color: #FFFFFF66; /* Amarillo suave */
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease-in-out;
        }
        .property-card:hover {
            transform: translateY(-5px);
        }
     
        .property-card img {
            width: 100%;
            height: 190px;
            object-fit: cover;
        }
        .property-card .badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #00000033;
    color: white;
    border-radius: 20px;
    font-size: 0.8rem;
    padding: 10px 10px;
    letter-spacing: normal;
}
        .property-card .card-body {
            padding: 15px 15px 0 15px;
        }
        .property-card .card-title {
            font-weight: normal;
            font-size: 16px;
        }
        .property-card .card-text {
            color: #6c757d; /* Texto gris */
            font-size: 0.9rem;
        }
        .property-card .info {
            display: flex;
    justify-content: space-around;
    font-size: 0.9rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
        }

        .property-card .info span {
   padding: 14px 0px;
    font-size: 12px;
    color: #6B6B6B;
    width: 33%;
    text-align: center;
}

.btn-more-2 {
    background-color: #ffffff;
    color: #000;
    border: none;
    padding: 10px 15px;
    font-weight: normal;
    border-radius: 15px;
}

.card-body a{
color:#000 ;
}

/********************************nosotros**************************************/


.item-serv{
    height: 340px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF80;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.item-serv img{
  height: 65px;
  transition: all 0.4s ease-in-out;
}


.item-serv p{
    opacity: 0;
    height: 50px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

@media (min-width: 768px) {
.item-serv:hover{
    background: #FFF;
    transition: all 0.4s ease-in-out;
}


.item-serv:hover > p{
    opacity: 1;
    height: 300px;
    transition: all 0.4s ease-in-out;
}

.item-serv:hover > img{

    opacity: 0;
    height: 0;
    transition: all 0.4s ease-in-out;
}


.min-h-65{
    min-height: 65vh;
}

.min-h-35{
    min-height: 35vh;
}

}

/*--------------------------------buscador**********************************/


.filter-container {
            background-color: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 100px;
        }


        .accordion-body {
    padding-left: 0;
}


        .filter-container h5 {
            font-size: 1.5rem;
            margin-bottom: 20px;
        }

        .filter-tags, .filter-tags-emp {
            margin-bottom: 20px;
        }

        .filter-tags span, .filter-tags-emp span{
            background-color: #ffffff;
    border: 1px solid #000000;
            border-radius: 20px;
            padding: 5px 15px;
            margin-right: 10px;
            display: inline-block;
            font-size: 0.9rem;
            cursor: pointer;
                margin-bottom: 10px;
        }

        .filter-tags span:hover, .filter-tags-emp span:hover  {
            background-color: #e9ecef;
        }

        .accordion-button {
            background-color: transparent;
            color: #000;
            font-weight: normal;
            border: none;
        }

        .accordion-button:focus {
            box-shadow: none;
        }

        .accordion-item {
            border: none;
        }

        .form-check {
            margin-bottom: 10px;
        }

        .form-check-label {
            font-size: 0.9rem;
        }
        
/*buscador prop*/


.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button{
    padding-left: 0;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.form-check-label {
    font-size: 0.9rem;
    color: #9B9B9B;
}


.form-check-input:checked + .form-check-label {
    color: #000; /* Cambia el color aquí */
}

/*paginadorrr*/

.pagination-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
        }

        .page-item .page-link.active {
            background-color: #ffc107; /* Amarillo Bootstrap */
            border-color: #ffc107;
        }

        .page-link {
            color: #000;
        }

        .page-link:hover {
            background-color: #f8f9fa;
        }


        .anterior.disabled, .siguiente.disabled,  .primera.disabled, .ultima.disabled {
        pointer-events: none; /* Evita el clic */
        color: #ccc; /* Cambia el color para dar feedback */
        cursor: not-allowed; /* Cambia el cursor */
    }


/*****************************contacto*/


.form-container {
    max-width: 100%;
    margin: 0px auto;
}
        .form-container .form-control {
            border: none;
            border-bottom: 2px solid #000;
            border-radius: 0;
            background-color: transparent;
        }
        .form-container .form-control:focus {
            box-shadow: none;
            border-color: #000;
        }
        .form-container .btn-submit {
            background-color: #fff;
            color: #000;
            border-radius: 50px;
            padding: 10px 30px;
            border: none;
            transition: all 0.3s ease;
        }
        .form-container .btn-submit:hover {
            background-color: #000;
            color: #fff;
        }

 .contact a{color: #000;
    text-decoration: none;
    font-size: 16px;}

 .redes a{
    font-size: 45px;
    color: #000000;
    padding: 10px;
}



/*/*************************boton wsp******************************************/


.whatsapp-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #ACACAC;
            color: #000;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            transition: transform 0.3s ease;
                text-decoration: none;
        }
        .whatsapp-btn:hover {
            transform: scale(1.1);
            background-color: #1ebc5b;
        }
        .whatsapp-btn i {
            font-size: 24px;
        }


/*----------------------------footer----------------------------------------*/

footer .contact a{color: #000;
    text-decoration: none;
    font-size: 16px;}

footer .redes a{
    font-size: 45px;
    color: #000000;
    padding: 10px;
}



.slider-btn.featured-prev{
    position: absolute;
    right: 30px;
    z-index: 99999;
    width: auto;
    bottom: -50px;
    color: #000;
}

.slider-btn.featured-next{
    position: absolute;
    right: 8px;
    z-index: 99999;
    width: auto;
    bottom: -50px;
    color: #000;
}



@media all and (max-width: 768px) {
h1{font-size: 35px;}


.titulo-seteado{
    max-width: 86vw;
}
}

@media all and (min-width: 1920px) {
.titulo-seteado {
    max-width: 40vw;
}

}

/*//////////////////////////////////////////////desarrolladora////////////////////////////////////////////////////////////////////*/


.scrolleado{
    background-color: #D4D1D1;
}




.nav-item-home .nav-link:hover {
    color: #c3c3c3;
}

.nav-item-home .navbar-brand{
 filter: invert(100%);   
}


.btn-more-3 {
    background-color: #00000066;
    color: #fff;
    position: absolute;
    bottom: 100px;
    left: 100px;
    z-index: 999;
}


.btn-more-4 {
    background-color: #00000066;
    color: #fff;
    /*position: absolute;
    bottom: 100px;
    left: 100px;*/
    z-index: 999;
}

.overal_desarrollos .slider-btn.featured-next {
        display: inline-block;
    position: static;
    /*right: 50px;
    bottom: 100px;*/
    z-index: 99999;
    width: auto;
    
    color: #ffffff;
}


.overal_desarrollos  .slider-btn.featured-prev {
     display: inline-block;
    position: static;
    /*right: 100px;
    bottom: 100px;*/
    z-index: 99999;
    width: auto;
    
    color: #ffffff;
}

.EmprendimientosDestacados .card , .listaEmprendimientos .card {
    background-size: cover!important;
    height:auto;
    border-radius: 20px;
    border: none;
}

.EmprendimientosDestacados  .card-body, .listaEmprendimientos  .card-body{
    z-index: 1;
}
.arrow i {
        font-size: 60px;
    line-height: 0;
    font-style: normal;
}

.infocard {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 165px;
}


.EmprendimientosDestacados .card::before, .listaEmprendimientos .card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}


.EmprendimientosDestacados .bg-91A8D9::before, .listaEmprendimientos .bg-91A8D9::before{
    background-color:#91A8D9 ;
}
.EmprendimientosDestacados .bg-00965A::before, .listaEmprendimientos .bg-00965A::before{
    background-color:#00965A ;
}
.EmprendimientosDestacados .bg-FF6642::before, .listaEmprendimientos .bg-FF6642::before{
    background-color:#FF6642 ;
}
.EmprendimientosDestacados .bg-9AC0B4::before, .listaEmprendimientos .bg-9AC0B4::before{
    background-color:#9AC0B4 ;
}
.EmprendimientosDestacados .bg-F5CAC4::before, .listaEmprendimientos .bg-F5CAC4::before{
    background-color:#F5CAC4 ;
}

.over_Card::before{
    opacity: 0!important;
    transition: all 0.4s ease-in-out;
}

.over_Card h2{
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.over_Card p{
    color: #fff!important;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}


.over_Card i{
    color: #fff!important;
    transition: all 0.4s ease-in-out;
}



@media all and (max-width: 768px) {
    
.navbar-toggler {
    border: none!important;}

.navbar-toggler:focus {
 
    box-shadow: none!important;
}

.navbar-toggler-icon{
    display: none;

    }
.collapsed .navbar-toggler-icon{
    display: inline-block!important;

    }

.fa.fa-times{
    display: inline-block;
}

.collapsed .fa.fa-times{
    display: none!important;

    }


.btn-category {
 
    font-size: 14px;
}

.btn-more-4 {
   
    padding: 15px 20px;
    font-weight: normal;
    border-radius: 20px;
    z-index: 999;
}
    .carousel-indicators {

    bottom: 0%;

}
.slider-overlay {
 
    height: 100dvh}


    .navbar-nav{
        height: 100vh;
        justify-content: center;
        font-size: 42px;
        --bs-nav-link-padding-y: 0!important;
    }

    .nav-link {

    padding: 0;
}



h2 {
    font-size: 30px;
}
 .banner-home .carousel-item img{
        height: 100dvh;
        object-fit: cover;
     }

.nosotros-presentacion{flex-direction: column-reverse;}
.img-nos{width: 100vw!important;
    object-fit: cover;
    height: 500px!important;
    object-position: 0 -60px!important;
}


.servivios h2{
    font-size: 35px;
}


.item-serv {
    position: relative;
        height: auto;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        background: #FFFFFF80;
        justify-content: flex-start;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
    }


.item-serv img {
    height: 30px;
    transition: all 0.4s ease-in-out;
}

 h4 {
    font-size: 18px;
}

.item-serv p {
    width: 100%;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    margin: 0;
}



.item-serv::before {
        content: '-';
        top: 0;
        opacity: 0;
        font-size: 35px;
        position: absolute;
        right: 10px;
    }


.item-serv::after {
        content: '+';
        opacity: 1;
        font-size: 35px;
        position: absolute;
        right: 10px;
    }



.item-serv.open-item-serv{
    background: #FFF;
    transition: all 0.4s ease-in-out;
}

.item-serv.open-item-serv > img {
        opacity: 1;
        height: 35px;
    }

.item-serv.open-item-serv > p {
    padding-top: 15px;
    opacity: 1;
    height: 300px;
    transition: all 0.4s ease-in-out;
}

.item-serv.open-item-serv::after{
    opacity: 0;
}

.item-serv.open-item-serv::before{
    opacity: 1;}


/*.item-serv:hover > img {
    opacity: 1;
    height: 35px;
}

.item-serv:hover > p {
    padding-top: 15px;
}


.item-serv:hover::after{
    opacity: 0;
}

.item-serv:hover::before{
    opacity: 1;
}*/
    /*#search.form-control::after{
        font-family: "Font Awesome 6 Free";
        content: "\f002";
        font-weight:  900;
    }*/


.filter-container {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0px;
    height: 60px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}


  .filter-flecha{   
    color: #000;
    position: absolute;
    z-index: 999;
    top: 25px;
    right: 20px;
    font-size: 24px;
    transition: all 0.4s ease-in-out;}


   .filter-flecha.openfilter {
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
   }



   .accordion-item{
        background: #0000000D;
    padding: 0 15px;
    border-radius: 15px;
            margin-bottom: 15px;
   }



.form-container .form-control {
    border: none;
    border-bottom: none;
    border-radius: 0;
    background-color: #FFFFFF99;
    padding-left: 15px !important;
    border-radius: 20px;
}

.form-container .btn-submit {
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    border-radius: 20px;
    padding: 14px 30px;
}


.form-container h2
{font-size: 24px;}

.redes a {
    font-size: 33px;

}


.bg-sm-CCCACA{background-color: #CCCACA}

  /*.sm-invert{filter: invert(100%);}*/

  .nav-item-home .navbar-brand {
    filter: none;
}


  .nav-item-home .nav-link {
    color: #000!important;
}


.overal_desarrollos{
    height: 100dvh;
    justify-content: flex-end;
}

.h-65{
    height: 65%!important;
}


.w-sm-100{
    width: 100%!important;
} 

.h-sm-100{
    height: 100%!important;
}


.overal_desarrollos h1 {
        font-size: 28px;
    }



.EmprendimientosDestacados.desarr .infocard, .listaEmprendimientos.desarr .infocard{
    display: flex
;
    justify-content: space-between;
    align-items: flex-end;
    height: 45px;
}

.EmprendimientosDestacados.desarr .card::before, .listaEmprendimientos.desarr .card::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    border-radius: 0 0 20px 20px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.EmprendimientosDestacados.desarr .card, .listaEmprendimientos .card{
    height: 350px;
    justify-content: flex-end;
}


.EmprendimientosDestacados.desarr .card-body, .listaEmprendimientos.desarr .card-body{
    flex: 0.3 1 auto;
height: 60px;}


    .titulo-seteado2 {
    max-width: 80vw;
}

    h1.titulo-seteado2 {
        font-size: 28px;
    }


    .nosotros-presentacion h3 {
    font-size: 24px;
}

    .nosotros-presentacion p {
    font-size: 14px;
}


.h-sm-85{height: 85dvh!important}
.h-sm-15{height: 15dvh!important}

}