body {
    font-family: 'Helvetica Neue', bold, Arial, sans-serif;
    line-height: 1.6;
    color: #241b1b;
    background-color: #ffffff;
}

hr {
    border: 0;
    height: 1px;
    background: #b4acac;
    margin: 30px 0;
}

.tarjeta-producto a {
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.hero-contenido a {
    text-decoration: none;
    margin-right: 10px;
}

.tarjeta-categoria a.enlace-categoria {
    text-decoration: none;
    color: inherit;
    display: block;
}

.hero-acciones {
    display: flex;
    gap: 10px;
}

.boton {
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease; 
}

.boton-primario {
    background-color: #ac4d00;
    color: white;
}

.boton-secundario {
    background-color: transparent;
    border: 2px solid #ff9900;
    color: #000000;
}

.tarjeta-producto .boton {
    width: 100%;
}

.seccion-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
    background-color: #ffffff;
}

.hero-contenido {
    display: flex;
    flex-direction: column;
}

.hero-contenido h1 {
    font-size: 3em;
    font-weight: 900;
    color: #000;
    max-width: 500px;
    margin-bottom: 30px;
}

.mockup-aplicacion img {
    max-width: 250px;
    height: auto;
    display: block;
}

.menu-productos {
    padding: 40px 20px;
    text-align: center;
}

.menu-productos h2 {
    font-size: 2.2em;
    margin-bottom: 40px;
    color: #A0522D;
}

.lista-categorias {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.tarjeta-categoria {
    text-align: center;
    max-width: 300px;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.tarjeta-categoria h3 {
    margin: 10px 0;
    font-size: 1.3em;
}

.tarjeta-categoria img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.seccion-nosotros {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
    gap: 80px;
    background-color: #ffffff;
}

.nosotros-texto {
    flex: 1;
    max-width: 55%;
}

.nosotros-texto h2 {
    color: #ac4d00;
    margin-bottom: 20px;
    font-size: 2.5em;
}

.nosotros-texto p {
    font-size: 1.1em;
}
.logo {
    text-align: center;
    flex-shrink: 0;
}

.logo img {
    max-width: 300px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.encabezado-pasteles {
    background-color: #A0522D;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.encabezado-pasteles h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

.encabezado-pasteles a {
    color: rgb(0, 0, 0);
    text-decoration: none; 
    background-color: #ffffff;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.rejilla-pasteles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    padding: 50px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.tarjeta-producto {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tarjeta-producto img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.producto-info {
    padding: 10px;
}

.producto-info h3 {
    font-size: 30px;
    color: #A0522D;
    margin-bottom: 10px;
}

.producto-info p {
    color: #555;
    margin-bottom: 15px;
}

.precio {
    font-size: 30px;
    font-weight: bold;
    color: #8B4513;
}

.derechos {
    background-color:#A0522D;
    color: #000000;
    padding: 12px 25px;
    font-size: 21px;
    font-weight: bolder;
}

body:has(.contenedor-agradecimiento) {
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
}

.contenedor-agradecimiento {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
    margin: auto;
}

.contenedor-agradecimiento h1 {
    color: #A0522D;
    font-size: 2.5em;
    margin-bottom: 20px;
    border-bottom: 2px solid #ff9900;
    padding-bottom: 10px;
}

.contenedor-agradecimiento p {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.6;
}

.contenedor-agradecimiento .boton-volver {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    background-color: #ac4d00;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.contenedor-agradecimiento .boton-volver:hover {
    background-color: #8b3c00;
}


.boton-primario:hover {
    background-color: #8b3c00; 
    transform: translateY(-3px); 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
}

.boton-secundario:hover {
    background-color: #ff9900; 
    color: white; 
    transform: translateY(-3px); 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
}

.tarjeta-categoria:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
    cursor: pointer;
}

.tarjeta-producto .boton-primario:hover {
    background-color: #8b3c00; 
    transform: scale(1.02); 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.tarjeta-producto:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
}

.encabezado-pasteles a:hover {
    background-color: #e0e0e0; 
    transform: scale(1.05); 
    color: #333; 
}

.contenedor-agradecimiento .boton-volver:hover {
    background-color: #8b3c00; 
    transform: scale(1.05); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}