:root {
    --chambray-50: #F6F9FF;
    --chambray-200: #D9E7FA;
    --chambray-500: #0808A2;
    --chambray-600: #1b1b7d;
    --chambray-800: #080858;
    --darkest: #252525;
    --darker: #565656;
    --darkest-opacity-50: #25252580;
    --lightest: #F2F2F2;
    --dark: #C0C0C0;
}

.nav-active {
    font-weight: 700;
    font-style: bold;
    font-size: 16px;
}

.font-inter {
    font-family: 'Inter' !important;
}

.font-regular {
    font-family: 'Regular' !important;
}

.elipsis{
  display: -webkit-box; 
  -webkit-box-orient: vertical; 

  overflow: hidden; 
  /* width: 250px;  */
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-30 {
    border-radius: 30px;
}

.bg-lightest {
    background: var(--lightest);
}

/* INICIO FONTS */
 /* INICIO font color */
        .text-chambray-200 {
            color: var(--chambray-200) !important;
        }

        .text-chambray-500 {
            color: var(--chambray-500) !important;
        }

        .text-chambray-600 {
            color: var(--chambray-600) !important;
        }

        .text-chambray-800 {
            color: var(--chambray-800) !important;
        }

        .text-darker {
            color: var(--darker) !important;
        }

        .text-darkest {
            color: var(--darkest) !important;
        }
    /* FIN font color */
    
    /* INICIO tallas */
        .talla-letra-14 {
            font-size: 14px !important;
        }
        .talla-letra-16 {
            font-size: 16px !important;
        }

        .talla-letra-18 {
            font-size: 18px !important;
        }

        .talla-letra-20 {
            font-size: 20px !important;
        }
        
        .talla-letra-22 {
            font-size: 22px !important;
        }

        .talla-letra-24 {
            font-size: 24px !important;
        }

        .talla-letra-25 {
            font-size: 25px !important;
        }

        .talla-letra-28 {
            font-size: 28px !important;
        }

        .talla-letra-30 {
            font-size: 30px !important;
        }
        .talla-letra-34 {
            font-size: 34px !important;
        }

        .talla-letra-40 {
            font-size: 40px !important;
        }
    /* FIN tallas */
    .negrita-4 {
        font-weight: 400 !important;
    }

    .negrita-5 {
        font-weight: 500 !important;
    }

    .negrita-6 {
        font-weight: 600 !important;
    }

    .negrita-7 {
        font-weight: 700 !important;
    }

    .lh-25 {
        line-height: 25px !important;
    }

    .ls-10{
        letter-spacing: 0.1em !important;
    }


/* INICO Background color */
    .bg-chambray-50 {
        background-color: var(--chambray-50) !important;
    }

    .bg-chambray-200 {
        background-color: var(--chambray-200) !important;
    }

    .bg-chambray-500 {
        background-color: var(--chambray-500) !important;
    }

    .bg-chambray-600 {
        background-color: var(--chambray-600) !important;
    }

    .bg-darkest-opacity-50 {
        background-color: var(--darkest-opacity-50);
    }
/* FIN Background color */

/* FIN FONTS */
   


@media (min-width: 1025px) {
    
    .circulos-custom {
        height: 180px;
    }

    .pr-lg-4 {
        padding-right: 2rem !important;
    }

}

@media (max-width: 768px) {
    .letra-titulo-destacado{
        font-size: 14px !important;
    }

    .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        top: 80%;
    }
}

/* INICIO Landing inmobiliario */
        .owl-dots {
            bottom: -120px !important;
        }

        .slider-area {
            max-width: 90%;
            margin: auto;
            height: auto;
            /* max-height: !important; */
            aspect-ratio: 16/9;
        }

        .owl-nav {
            display: flex;
            justify-content: space-between;
            position: absolute;
            width: 100%;
            top: calc(50% - .5rem);
            /* transform: translateY(-50%); */
            align-items: center;
        }

        .owl-carousel .owl-nav {
            display: flex !important;
            align-items: center !important;
        }

        .owl-carousel {
            margin-bottom: 5rem;
        }

        .owl-carousel .owl-nav button:is(.owl-prev, .owl-next) {
            aspect-ratio: 1/1 !important;
            padding: 1rem !important;
            border-radius: 100% !important;
            width: auto !important;
            height: 50px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

        .owl-carousel .owl-nav button:is(.owl-prev, .owl-next) i {
            font-size: 25px !important;
        }

        a.text-chambray-500:hover {
            filter: brightness(0.8);
            color: var(--chambray-500);
        }

        .img-noticia {
            aspect-ratio: 16/9;
            object-fit: cover;
        }

        @media (min-width: 1200px) {
            .img-noticia {
                aspect-ratio: 1/1;
                object-fit: cover;
            }
        }

        .bg-dark-50 {
            background-color: #25252580;
        }

                .carousel-indicators li {
            border-radius: 100%;
        }

        .carousel img {
            max-height: 500px;
            object-fit: cover;
            max-width: 80%;
            aspect-ratio: 16/9;
            margin: 0 auto;
            border-radius: 30px !important;
        }

        .carousel-item .overlay {
            position: absolute;
            inset: 0;
            max-height: 500px;
            object-fit: cover;
            max-width: 80%;
            margin: 0 auto;
            border-radius: 30px !important;
            background: linear-gradient(0deg, rgba(37, 37, 37, 0.3) 20.2%, rgba(139, 139, 139, 0.3) 100%);
        }

        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            background-color: #dfdede;
            padding: 1rem;
            border-radius: 100%;
            background-size: 70%;
        }

        .carousel-indicators {
            color: transparent;
            bottom: -40px;
            gap: .4rem;
        }

        .carousel-indicators li {
            border-radius: 100%;
            background-color: var(--lightest);
            aspect-ratio: 1/1 !important;
            height: 15px;
        }

        .carousel-indicators li.active {
            background-color: var(--dark);
        }

        .carousel-caption {
            text-align: left !important;
            padding-bottom: 0;
        }
/* FIN Landing inmobiliario */
        .separador{
            height: 60px;
        }