.avatar-sm-bushido {
    width: 75px; 
    height: 75px;
}
.bg-primary-bushido {
    background-color: #ff6f00 !important;
}

body.landing {
    background-color: #fff;
    color: #000;
}

.navbar-landing-bushido {
    background-color: #ff6f00;
    color: #FFFFFF;
}

.navbar-brand-landing {
    color: #fff;
    font-weight: bold;
}

.navbar-nav-landing .nav-link-landing {
    color: #fff;
}

.navbar-nav .nav-link-bushido.active, .navbar-nav .nav-link-bushido.show {
    color: #000000;
}

.nav-link-bushido{
    color:#FFFFFF;
}

.nav-link-bushido:hover {
    color: #000000;
}

.hero-landing {
    background: url('https://www.shutterstock.com/image-photo/sushi-overhead-flat-lay-panorama-260nw-2309776775.jpg') no-repeat center center;
    background-size: cover;
    color: #fffFFF !important;
    text-align: center;
    padding: 200px 20px;
    min-height: 50vh;
}
.hero-landing2 {
    background-size: cover;
    color: #fffFFF !important;
    text-align: center;
    padding: 200px 20px;
    min-height: 50vh;
}

.slider-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45); /* Ajusta la opacidad aquí */
    z-index: 0;
    pointer-events: none;
  }

.hero-landing h1 {
    font-size: 3rem;
    font-weight: bold;
}

.features-landing {
    background-color: #f8f9fa;
    padding: 50px 20px;
}

.footer-landing {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}

.footer-landing a {
    color: #ff6f00;
}
.fondo-imagen {
    background-color: #000;
    background-image: url('/public/images/fondo-paginaweb.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.primary-text-bushido{
    color: #ff6f00;
}
.secondary-text-bushido{
    color: #FFFFFF;
}

.btn-primary-bushido {
    background-color: #ff6f00;
    border-color: #ff6f00;
}

.btn-secondary-bushido {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
}