*{
    font-family: roboto, sans-serif;
}
.bg-primary-color{
    background-color: #fff;
}
.bg-secundary-color{
    background-color: rgba(123, 123, 123, 0.933);
}
.bg-dark-color{
    background-color: rgb(12, 12, 12);
}
.primary-color{
    color:rgb(19, 18, 18);
}
.secundary-color{
    color: rgb(86, 86, 86);
}

#navbar{
    border-bottom: 1px solid #7a7a7a;
}

#navbar a:hover{
    color: #7a7a7a;
}
#navbar a.active{
    border-bottom: 1px solid #050505;
}
.navbar-brand{
    display: flex;
}
.navbar-brand img{
    width: 40px;
}
.navbar-brand span{
    font-weight: 700;
    font-size: 1.5em;
    margin-left: .5em;
}
#navbar-items .navbar-nav{
    display: flex;
    justify-content: center;
    width: 100%;
}
#navbar-items .nav-items{
    margin: 0 1em;
}

#slider{
    margin-top: 8em;
    margin-bottom: 1em;
    
}
#slider .carousel-caption{
    bottom: 3em;
}
#slider .carousel-caption h5{
    font-size: 2.5em;
    text-shadow: #000 2px 2px;
}
.btn{
    border-radius: 0;    
}
#slider .btn {
    padding: 0.3 0.8em;
    font-size: 1em;
    margin-top: 1em;
}

.carousel-control-prev i, .carousel-control-next i{
    color: black;
    font-size: 3em;
}

.carousel-indicators [data-bs-target]{
    background-color: black;
    opacity: .8;
}
.carousel-indicators .active{
    background-color: black;
}

@media(min-width:768px){
    #slider .carousel-caption{
        bottom: 1.5em;
    }
    #slider .carousel-caption h5{
        font-size: 4em;
        text-shadow: #000 2px 3px;
    }
    #slider .btn{
        padding: .6 1.6em;
        font-size: 1.2em;
    }

    .carousel-indicators{
        bottom: 7em;
    }
}


#mini-banners{
    margin-bottom: 4em;
}
#mini-banners .card{
    padding: 2em .3em;
    border-radius: 0;
    margin-bottom: 1em;
}
#mini-banners i{
    font-size: 4em;

}
#mini-banners .card-tittle{
    margin-bottom: 1.5em;
}
#mini-banners .btn{
    margin-top: 1.5em;
    padding: .6em 1.2em;
}

@media(min-width:768px){
    #mini-banners{
        margin-top: -6em;
        margin-left: 4em;
    }
}


#featured-container{
    margin-bottom: 4em;
}

.title{
    font-size: 1.75em;
    margin-bottom: .4em;
    position: relative;
}
.title:before{
    width: 75px;
    border-top: 4px solid #7a7a7a;
    content: '';
    position: absolute;
    bottom: 2em;
}
#featured-images{
    margin-top: 2em;
}
#featured-images .col-md-4{
    cursor: pointer;
    position: relative;
}

#featured-images .col-md-4:hover > .banner-content{
    opacity: .3;
}
#featured-images .banner-content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: .5;
    transition: .5s ease all;
}

@media(min-width:768px){
    .title{
        font-size: 2.4em;
    }
    .title:before{
        bottom: 1.5em;
    }
    #featured-images .banner-content{
        opacity: 0;
    }
}

#info-content{
    margin-bottom: 4em;
    padding:4em 1em;
}
#info-numbers{
    margin: 1.5em;
}
#info-banner{
    display: flex;
    align-items: center;
    margin-bottom: 2.5em;
}
#info-nubers h3{
    font-size: 3em;   
}
@media(min-width:768px){
    #info-content{
        padding: 3.5em;
    }
}
#footer{
    padding: 3em 2em;
}
#footer-top{
    margin-bottom: 2em;
}
#footer-top, #footer-top i{
    color:white;
}
