
body {
    background-color: white;

}


.encabezado {
    width: 100%;
    height: 150px;
    background-color: #333;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}


.producto-detalle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 200px; 
    padding: 20px 50px;
    gap: 50px;
}

.imagen-producto {
    flex: 1;
    display: flex;
    justify-content: center;
}

.imagen-producto img {
    width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.info-producto {
    flex: 1;
    max-width: 400px;
}

.info-producto h1 {
    font-size: 2em;
    color: #333;
    margin-bottom: 10px;
}

.info-producto p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 15px;
}


.button-88 {
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: linear-gradient(0deg, rgba(20,167,62,1) 0%, rgba(102,247,113,1) 100%);
    border: none;
    box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
    letter-spacing: 0.05em;
    border-radius: 20em;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-88:hover {
    box-shadow: 0 0.5em 1.5em -0.5em #14a73e98;
}

.button-88:active {
    box-shadow: 0 0.3em 1em -0.5em #14a73e98;
}


.pie{
    height: 150px;
    width: 1920px;
    background-color: black;
    position: fixed;
    bottom: 0;
    left: 0;
}

.arriba{
    position: absolute;
    z-index: 1;
    color: white;
    bottom: 100px;
}

.textopie{
    display: inline-block;
    margin-left: 790px;
}

.abajo{
    position: absolute;
    z-index: 1;
    color: white;
    bottom: 10px;
}