body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #e7edf5;
}

header {
    background-color: #2340b5;
    color: #fff;
    padding: 15px 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

nav ul {
    list-style: none;
    padding: 0;
    align-items: end;
}

nav ul li {
    display: inline;
    margin: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

h1 {
    margin: 0;
    text-decoration: none;
}

h1 a {
    color: white;
    text-decoration: none;
}

.contenedor-productos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    align-items: center;
}

.productos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.contenedor-imagen {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 10px;
    text-align: center;
}

.contenedor-imagen img {
    max-width: 100%;
    border-radius: 5px;
}

h3 {
    font-size: 1.2em;
    margin: 10px 0 5px;
}

p {
    font-size: 0.9em;
    color: #666;
}

span {
    display: block;
    font-size: 1.2em;
    color: #28a745;
    margin-top: 10px;
}

fieldset {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 30px auto;
    padding: 15px;
    width: 1400px;
    background-color: #fff;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.login {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: auto;
    margin-bottom: 60px;
    padding: 15px;
    width: 500px;
    background-color: #fff;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.details {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: auto;
    padding: 15px;
    width: 1000px;
    background-color: #fff;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.fs-products {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 0 auto 20px;
    padding: 15px;
    width: 1400px;
    background-color: #fff;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.aboutUs {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: auto;
    margin-bottom: 40px;
    padding: 15px;
    width: 1000px;
    background-color: #fff;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1em;
    transition: border-color 0.3s ease;
}

legend {
    font-weight: bold;
    font-size: x-large;
    text-align: center;
    display: block;
    width: 100%;
}

a {
    color: #007bff;
    text-decoration: none;
}

.cl-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2340b5;
    color: white;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 500px;
}

.cl-btn:hover {
    background-color: #1b338b;
}

.return-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #506ad2;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 100px;
    margin: 15px 20px;
}

.return-btn:hover {
    background-color: #506ad2;
    color: white;
}

.return-btn-specific {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #506ad2;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 100px;
    margin: 15px 50px;
}

.return-btn-specific:hover {
    background-color: #506ad2;
    color: white;
}

.return-btn-detail {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e7edf5;
    color: #506ad2;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 100px;
    margin: 15px 50px;
}

.return-btn-detail:hover {
    background-color: #506ad2;
    color: white;
}

.remember {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.remember input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.remember label {
    color: #333;
    cursor: pointer;
}

.contenedor-imagen-detalle {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 500px;
    padding: 10px;
    text-align: center;
}

.contenedor-imagen-detalle img {
    max-width: 100%;
    border-radius: 5px;
}

.mas-imagenes {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 150px;
    padding: 5px;
}

.item img {
    max-width: 100%;
    border-radius: 5px;
}

.contenedor-detalles {
    width: 460px;
    margin-top: 100px;
}

.margen {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 30px auto;
    padding: 15px;
    width: 1500px;
    background-color: #fff;
    align-items: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.margen-login {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 30px auto;
    padding: 15px;
    width: 700px;
    background-color: #fff;
    align-items: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.margen-aboutUs{
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 30px auto;
    padding: 15px;
    width: 1100px;
    background-color: #fff;
    align-items: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.text-detalles {
    width: 460px;
    margin-top: 20px;
}

.mas-productos {
    width: 200px;
    align-items: center;
}

.more-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #506ad2;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 100px;
    margin: 0px 40px;
}