#foto {
    display: none;
}

#a-download{
    display: none;
}

.btn-camara {
    font-size: 3rem;
}

.btn-download {
    font-size: 3rem;
}

#content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    text-align: center;
}

#btn-camara {
    margin-top: 10px;
    width: 100%;
    height: 80px;
    margin-bottom: 5px;
}

#btn-download {
    margin-top: 5px;
    width: 100%;
    height: 80px;
    margin-bottom: 5px;
}

#nombretienda {
    padding: 1.0rem 1.3rem;
    border-radius: 0.3rem;
    width: 100%;
    margin-bottom: 5px;
}

#precioxmayor {
    padding: 1.0rem 1.3rem;
    border-radius: 0.3rem;
    width: 100%;
    margin-bottom: 5px;

}

#precioxdetalle {
    padding: 1.0rem 1.3rem;
    border-radius: 0.3rem;
    width: 100%;
    margin-bottom: 5px;

}

.headertitulo{
    display: flex;
    justify-content: center;
}

.titulo {
    font-weight: bold;
}