.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
nav.navbar.navbar-expand-md.navbar-dark.fixed-top.bg-dark {
background-color: rgba(126, 12, 11, 1) !important;
}
.carousel-item img {
width: 100%;
height: 100%;
object-fit: cover; /* Ajusta la imagen para cubrir el área del contenedor sin distorsionar */
}
ul.navbar-nav.me-auto.mb-2.mb-md-0 {
font-weight: 500;
}
body {
background-color:#deb476;
}
.row {
color: #3f3333;
}
a.btn {
background-color: #ab864f;
color: white;
}
.btn:hover {
color: white; /* Color del texto al pasar el ratón (hover) */
}
div#navbarCollapse {
margin-right: 8%;
}
span.text-muted {
color: #657d93 !important;
}a#foter {
color: #5a5a63;
}
p.lead {
font-weight: 400;
}
p#info {
font-weight: 300;
}
.no-style-link {
color: inherit;
text-decoration: none;
}
p#info {
text-align: left;
}p.lead {
text-align: left;
}h2.featurette-heading {
text-align: left;
}         ul.dropdown-menu.show {
         background-color: #7e0c0b;
         /* color: white; */
         }
         a.dropdown-item {
         color: white !important;
         }
         a.dropdown-item:hover {
         background-color: rgb(91 11 10) !important;
         }