.main-header{
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0; 
    padding: 0 0px;
    position: sticky; 
    top: 0;           
    z-index: 1000;  
}

.header-container {
    width: 100%;
    max-width: 1200px;
    height: 75px;
    gap: 74px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}


.Logo {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.Logo img {
    width: 90px;  
    height: auto; 
    display: block;
}

.nombre-logo {
    font-family: 'Kurale', serif;
    font-size: 40px;
    font-weight: normal;
    color: #000000;
}

/*Cuadro que encierra las categorias (Mujer, Hombre, Lo nuevo)*/
.nav-categorias {
    display: flex;
    gap: 32px;
    margin-left: auto; 
    margin-right: auto; 
}

/*Cuadro que encierra los iconos (Favoritos, Bolsa, Usuario)*/
.nav-iconos {
    display: flex;
    gap: 20px; 
    margin-left: auto; 
}

/*Para botones de iconos (Favoritos, Bolsa, Usuario)*/
.boton-icon {
    display: flex; 
    width: 28px;
    height: 28px;
    text-decoration: none;
    color: #000000;
    transition: transform 0.2s ease;
}

.boton-icon:hover {
    transform: scale(1.1); 
}


/*Para botones de navegacion (Mujer, Hombre, Lo nuevo)*/
.boton-nav {

    display: flex;
    justify-content: center;
    align-items: center;     

    color: #000000;
    font-family: 'Inter', serif; 
    font-size: 16px;
    min-width: 86px;
    height: 30px;
    padding: auto;
    gap: 10px;
    border: 2px solid #000000;
    border-radius: 50px; 
    text-decoration: none; 
    transition: all 0.2s ease;
}

/*Hovering al poner el mouse oscurece las opciones del nav*/
.boton-nav:hover {
    background-color: #000000;
    color: #ffffff;
}





h1 {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    color: #000000;
    margin: 35px 0 0 131px;
}


.subtitulo {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 24px 131px;
}

.filas {
    display: flex;
    gap: 16px; /* Espacio entre inputs */
    margin-bottom: 16px; /* Espacio entre filas */
    padding: 0 131px 0 131px;
}

.grupo-filas {
    flex: 1; 
    display: flex;
    flex-direction: column;
    gap: 8px; /* Espacio entre el label y el input */

}

label {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

input {
    width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #D1D1D1; /* Gris suave como en la imagen */
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box; 
}

/* Efecto visual al hacer clic para escribir */
input:focus {
    outline: none;
    border: 1px solid #000000;
}



.btn-container {
    margin-top: 40px;
    padding: 0 131px;
}

.btn-pedido {
    width: 100%;
    max-width: 560px;
    display: block;
    margin: 0 auto;
    padding: 16px 24px;
    border: 2px solid #000000;
    border-radius: 999px;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}

.btn-pedido:hover {
    background-color: #ffffff;
    color: #000000;

}

.resumen-pedido {
    border: 1px solid #E6E6E6;
    padding: 24px 28px;
    margin: 32px 131px 0;
    width: auto;
    max-width: none;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.resumen-pedido h3 {
    margin: 0 0 16px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.resumen-item,
.resumen-detalle,
.resumen-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resumen-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 14px;
    color: #333333;
}

.resumen-detalle {
    padding: 10px 0;
    font-size: 14px;
    color: #666666;
}

.resumen-free {
    color: #22C55E;
}

.resumen-total {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}



/* ESTILOS DEL FOOTER */
footer {
    background: #1a1a1a; /* Negro casi total */
    color: white;        /* Letras blancas */
    margin-top: 200px;
    padding: 50px 5% 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Este bloque crea las 4 columnas de información */
.footer-grid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Crea 4 columnas iguales */
    gap: 30px;
}

/* Estilos para los títulos (h4) y las listas de enlaces */
.footer-col h4 {
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
}

.footer-col p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.footer-col ul {
    list-style: none; /* Quita los puntitos de las listas */
    font-family: 'Inter', sans-serif;
}

.footer-col a {
    color: #999;       /* Los links se ven grises por defecto */
    text-decoration: none;
}

/* Efecto para que los links brillen al pasar el mouse */
.footer-col a:hover {
    color: white;
}

/* La línea delgada al final con el texto de derechos de autor */
.copyright {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #333;
    padding-top: 20px;
    font-family: 'Inter', sans-serif;
}
