@font-face {
    font-family: 'Articulat CF';
    src: url('../fonts/ArticulatCF-Normal.woff2') format('woff2'),
        url('../fonts/ArticulatCF-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Gilroy' !important;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilroy' !important;
    font-weight: bold;
}

.navbar{
    justify-content: flex-end !important;
}

.header {
    position: fixed;
}

.btn{
    border-radius: 0;
    padding: 0.3rem 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.btn.red{
    background-color: #c20e24;
    color: #fff;
    padding:15px 10px;
}

.btn.black{
    background-color: #060506;
    color: #fff;
    padding: 15px 10px;
}

.mr-1{
    margin-right: 1.5rem;
}

.hero .info h2 {
    color: #fff;
    font-family: 'Gilroy';
}

.hero .info h2:after {
    content: none;
    position: absolute;
    display: block;
    width: 80px;
    height: 4px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-bg {
    background-color: #F2F2F2;
}

.get-started .content h3 {
    font-size: 2rem;
}

.get-started .content p {
    font-size: 1.125rem;
    font-weight: bold;
    font-family: 'Articulat CF';
}

.constructions .card-item {
    border: none;
}

.parrafo {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2.5rem !important;
    color: #000 !important;
}

.constructions.numeros{
    background-image: url('../img/general/numeros.png');
    height: 75vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-transparent{
    background-color: transparent;
    color: #fff;
}

.color-white{
    color: #fff !important;
}
.pa-3 {
    font-size: 3rem;
        font-weight: 600;
    }
.black{
    color: #000 ;
}

.auto-width{
        width: max-content;
        float: right;
    }
footer {
    color: #fff;
    background-color: #F2F2F2 !important;
    background-size: cover;
    font-size: 14px;
    padding: 80px 0 60px 0;
    position: relative;
}

.scroll-top:hover, .scroll-top {
    background: #c20e24 !important;
    color: #fff !important;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.footer:before {
    content: "";
    background-color: #F2F2F2 !important;
    position: absolute;
    inset: 0;
}

.footer .footer-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-content .footer-links ul a, .footer .footer-content .footer-links ul a:hover {
    color: #000;
}


.mrl-25{
    margin-left: 25px;
    margin-right: 25px;
}

ul{
    list-style: none;
}

ul li a, ul li a:hover{
    color: #000;
}

.copyright ul li a{
    font-weight: bold;
}

.inner .carousel {
    width: 100%;
    min-height: 80vh;
    padding: 80px 0;
    margin: 0;
    position: relative;
}

.hero.inner .info h2 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 80px;
    font-size: 56px;
    font-weight: 700;
    position: relative;
}

@media (max-width: 768px) {
    .hero.inner .info h2 {
        font-size: 45px;
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .item .fw-bold {
        font-weight: bold !important;
        font-size: 2rem !important;
    }

    .hero.unidades .info h2 {

        padding-bottom: 0 !important;

    }

    .unidades-c .carousel-item {
        background-size: contain !important;
    }



}

@media (min-width: 576px) {
    .dark .black-menu a{
        color: #fff;
    }

}


.bg-red{
    background-color: #c20e24;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.bg-black{
    background-color: #000;
    color: #fff;
}
.item p{
    font-weight: normal !important;
    font-size: 15px !important;
}

.item .fw-bold{
    font-weight: bold !important;
    font-size: 17px !important;
}

.f-black{
        color: #fff;
        border-top: 10px solid #000000;
    }

    .bg-gray{
        background-color: #808080;
    }
    .bg-orange{
        background-color: #FF5C35;
    }


    .wrap-icon {
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .wrap-icon p {
        padding: 0;
        margin: 0;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }

    .bg-red-inner  {
    justify-content: start !important;
    background-color: #c20e24;
    }

    .cajas .carousel-item::before,  .unidades-c .carousel-item::before {
        content: "";
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        inset: 0;
    }

    .hero.unidades .info h2 {
        color: #fff;
        margin-bottom: 30px;
        padding-bottom: 40px;
        font-size: 56px;
        font-weight: 700;
        position: relative;
    }

    .unidades-c .carousel-item {
        position: absolute;
        inset: 0;
        background-size: inherit;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 1;
        transition-duration: 0.4s;
    }
    .w-100{
        width: 100% !important;
    }

    .l-dark{
        display: none;
    }

    .dark{
        background-color: #fff;
        border-bottom: 1px solid rgb(204, 204, 204);
    }

    .dark .navbar a{
        color: #000;
    }




    
    .dark .navbar a:hover{
        color: #000;
    }


    .dark .l-white{
        display: none;
    }
    .dark  .l-dark{
        display: block;
    }


    .dark  .mobile-nav-show {
        color: #000;
    }