   /* inicio */
   .text-primary {
    color: #CB0001 !important;
}
     .text-white1 {
    color: #CB0001 !important;
}

 .bg-dark {
    background-color: #5C5954 !important;
}
.bg-primary {
background-color: #860A08 !important;
}
            .btn-primary:hover {
        color: #000;
        background-color: #5C5954;
        border-color: #ffffff;
    }
    .text-dark {
    color: #ffffff !important;
    }
    .text-dark1 {
    color: #000000 !important;
    }

    
.text-secondary {
    color: #ffffff !important;
}

/* carrusel */

    .carousel-control-next {
width: 80px;
height: 60px;
position: absolute;
top: 50%;
right: 0;
background: #860A08;
border-radius: 30px 0 0 30px;
transition: .5s;
opacity: 1;
}
.border-primary {
border-color: #5C5954 !important;
}
.carousel-control-prev {
width: 80px;
height: 60px;
position: absolute;
top: 50%;
left: 0;
background: #860A08;
border-radius: 0 30px 30px 0;
transition: .5s;
opacity: 1;
}
.border-secondary {
border-color: #5C5954 !important;
}
/*  boton de mas informacion */
.btn-primary {
color: #ffffff;
background-color: #860A08;
border-color: #ffffff;
}
#carouselId .carousel-indicators li.active {
background: #860A08 !important;
}

#carouselId .carousel-indicators li, #carouselId .carousel-indicators li {
width: 24px;
height: 24px;
background: #272624;
border: 2px solid #ffffff;
border-radius: 24px;
margin: 0 10px 30px 10px;
}

/* link active */
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
color: #CB0001;
transition: .5s;
}
.navbar .navbar-nav .nav-link {
padding: 15px;
color: var(--bs-white);
font-weight: 400;
font-size: 25px;
outline: none;
transition: .5s;
}

.bg-light {
background-color: #5C5954 !important;
}

/* inicio movil */
.mb-4 {
margin-bottom: 0.5rem !important;
}
.display-1 {
font-size: calc(0.625rem + 4.5vw);
font-weight: 800;
line-height: 1.2;
}