body {
    background: linear-gradient(to bottom, #f7f7f7, #eaeaea);
    color: #333;
}

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

.fondoDestacado{
    background-color: #a45b70;
}

a{
    text-decoration: none;
}
h2#title {
    font-size: 1.1rem;
}

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

.navbar-toggler {
  background-color: #b3b8bd; /* gris Bootstrap secondary */
  border-radius: 6px;
  padding: 6px 10px;
}

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

.main-nav {
    background: linear-gradient(to bottom, #d97a95, #7e4555);
}

.logo-superior {
    height: 100px;
    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;
    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;
}

/* 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-highlight {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    margin-top: 2rem;
}

.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);
}

/* 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: #c6c9bf;
    }
}
