body {
    background: linear-gradient(to bottom, #000000, #555555);
    color: #333;
    margin-top: 5px;
}

header{
    margin-top: 8rem !important;
}

.fondoDestacado{
    /*background-color: #a45b70;*/
}

a{
    text-decoration: none;
}
h2#title {
    font-size: 1.4rem;
    color:#00f921;
}

.navbar-nav {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-toggler {
    background-color: #b3b8bd;
    border-radius: 6px;
    padding: 6px 10px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
    color: #00f921;
}

.nav-link {
    color: #4ecd5f;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 10px;
}

.main-nav {
    background: linear-gradient(to bottom, #47742c, #273c2d);
}

.logo-superior {
    max-height: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
}

nav.navbar:first-of-type {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 1030;
}

nav.navbar:last-of-type {
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    height: 100px;
    z-index: 1020;
}

iconosRedes .fab {
    font-size: 30pt;
}

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

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #d46f0d;
    border-color: #d46f0d;
}


.icono_marca_productos{
    max-width: 180px;
    display: block;
}

/* Transiciones */

/* Animación suave al hacer scroll */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}




/* --- Secciones tipo tarjeta --- */
.seccion-mute{
    border-radius: 1rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    padding: 1.6rem;
    margin-top: 2rem;
    background-color: #d0dfca;
    /*border: 2px solid #a8d54e;*/
}
.seccion-highlight {
    border-radius: 1rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    padding: 1.6rem;
    margin-top: 2rem;
    background-color: #ecfbe7;
    border: 2px solid #a8d54e;
}



.seccion-highlight h1 {
    color: #222;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.seccion-highlight p {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* hr más sutil */
hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 2rem 0;
}

/* Carousel imágenes */
.carousel-inner img {
    border-radius: 0.75rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

/* Contacto: lista más moderna */
.list-group-item {
    border: none;
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.list-group-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.img-marcas{
    max-width: 300px;
    margin: 14px;
}

/* Botón flotante Auxilio */
.btn-auxilio {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #d9534f; /* rojo alerta */
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 2000;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-auxilio:hover {
    background-color: #c9302c;
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}



/* Estilos solo para pantallas pequeñas (celulares) */
@media (max-width: 700px) {
    section#about,
    section#indumentaria,
    section#basicos,
    section#contact {
        margin-top: 10px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        padding: 10px;
        background-color: #000;
        border: 2px solid #a8d54e;

    }
    .logo-superior{
        max-height: 130px;
    }
    h2#title{
        display: none;
    }

    .seccion-mute{
        border-radius: 1rem;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
        padding: 1.0rem;
        margin-top: 2rem;
        background-color: #d0dfca;
        /*border: 2px solid #a8d54e;*/
    }

    .img-marcas{
        max-width: 150px;
        margin: 14px;
    }

}
